Compare commits
No commits in common. "fea54793d8b0d7e1f11d6be452b8411d645e3fdc" and "114eba71d7481e326ab239636f8cec0eaf90fe6a" have entirely different histories.
fea54793d8
...
114eba71d7
1 changed files with 2 additions and 7 deletions
|
@ -16,7 +16,6 @@ spec:
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: true
|
|
||||||
---
|
---
|
||||||
#apiVersion: argoproj.io/v1alpha1
|
#apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
#kind: Application
|
||||||
|
@ -68,7 +67,6 @@ 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
|
||||||
|
@ -89,7 +87,6 @@ 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
|
||||||
|
@ -110,7 +107,6 @@ 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
|
||||||
|
@ -122,7 +118,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- chart: cloudnative-pg
|
- chart: cloudnative-pg
|
||||||
repoURL: https://cloudnative-pg.io/charts
|
repoURL: https://cloudnative-pg.io/charts
|
||||||
targetRevision: 0.24.0
|
targetRevision: 0.23.2
|
||||||
helm:
|
helm:
|
||||||
releaseName: cloudnative-pg
|
releaseName: cloudnative-pg
|
||||||
destination:
|
destination:
|
||||||
|
@ -132,5 +128,4 @@ spec:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: false
|
||||||
selfHeal: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue