Compare commits
3 commits
114eba71d7
...
fea54793d8
Author | SHA1 | Date | |
---|---|---|---|
fea54793d8 | |||
5368b89974 | |||
c3a93d614b |
1 changed files with 7 additions and 2 deletions
|
@ -16,6 +16,7 @@ spec:
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
|
selfHeal: true
|
||||||
---
|
---
|
||||||
#apiVersion: argoproj.io/v1alpha1
|
#apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
#kind: Application
|
||||||
|
@ -67,6 +68,7 @@ spec:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
@ -87,6 +89,7 @@ spec:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
@ -107,6 +110,7 @@ spec:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
@ -118,7 +122,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- chart: cloudnative-pg
|
- chart: cloudnative-pg
|
||||||
repoURL: https://cloudnative-pg.io/charts
|
repoURL: https://cloudnative-pg.io/charts
|
||||||
targetRevision: 0.23.2
|
targetRevision: 0.24.0
|
||||||
helm:
|
helm:
|
||||||
releaseName: cloudnative-pg
|
releaseName: cloudnative-pg
|
||||||
destination:
|
destination:
|
||||||
|
@ -128,4 +132,5 @@ spec:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue