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