openmetadata applicationset
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user