openmetadata applicationset

This commit is contained in:
ychangkim
2026-03-14 18:04:37 +09:00
parent 91919232ed
commit 65c7f6b319
@@ -22,7 +22,7 @@ spec:
annotations: annotations:
argocd.argoproj.io/sync-wave: "{{syncWave}}" argocd.argoproj.io/sync-wave: "{{syncWave}}"
spec: spec:
project: default project: "{{ .Project }}"
sources: sources:
- repoURL: "{{ .RepoCatalogUrl }}" - repoURL: "{{ .RepoCatalogUrl }}"
targetRevision: main targetRevision: main
@@ -31,7 +31,7 @@ spec:
valueFiles: valueFiles:
- $values/{{valuesPath}} - $values/{{valuesPath}}
- repoURL: "{{ .RepoTenantUrl }}" - repoURL: "{{ .RepoTenantUrl }}"
targetRevision: "{{ .Branch }}" targetRevision: "{{ .TargetRevision }}"
ref: values ref: values
destination: destination:
server: "{{ .ClusterUrl }}" server: "{{ .ClusterUrl }}"
@@ -44,8 +44,8 @@ spec:
- CreateNamespace=false - CreateNamespace=false
- ServerSideApply=true - ServerSideApply=true
retry: retry:
limit: 5 limit: 10
backoff: backoff:
duration: 10s duration: 20s
factor: 2 factor: 2
maxDuration: 3m maxDuration: 5m