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:
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
maxDuration: 5m