From 65c7f6b3196acc5a97f69981d972121bcfd9bfb9 Mon Sep 17 00:00:00 2001 From: ychangkim Date: Sat, 14 Mar 2026 18:04:37 +0900 Subject: [PATCH] openmetadata applicationset --- .../openmetadata/1.12.1/applicationset.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/applicationset/openmetadata/1.12.1/applicationset.yaml b/manifests/applicationset/openmetadata/1.12.1/applicationset.yaml index 9630ad7..541a1e6 100644 --- a/manifests/applicationset/openmetadata/1.12.1/applicationset.yaml +++ b/manifests/applicationset/openmetadata/1.12.1/applicationset.yaml @@ -22,7 +22,7 @@ spec: annotations: argocd.argoproj.io/sync-wave: "{{syncWave}}" spec: - project: default + project: "{{ .Project }}" sources: - repoURL: "{{ .RepoCatalogUrl }}" targetRevision: main @@ -31,7 +31,7 @@ spec: valueFiles: - $values/{{valuesPath}} - repoURL: "{{ .RepoTenantUrl }}" - targetRevision: "{{ .Branch }}" + targetRevision: "{{ .TargetRevision }}" ref: values destination: server: "{{ .ClusterUrl }}" @@ -44,8 +44,8 @@ spec: - CreateNamespace=false - ServerSideApply=true retry: - limit: 5 + limit: 10 backoff: - duration: 10s + duration: 20s factor: 2 - maxDuration: 3m \ No newline at end of file + maxDuration: 5m \ No newline at end of file