add cnpg
This commit is contained in:
parent
b37f71250f
commit
becd916820
1 changed files with 22 additions and 0 deletions
|
@ -142,3 +142,25 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cloudnative-pg
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- chart: cloudnative-pg
|
||||
repoURL: https://cloudnative-pg.io/charts
|
||||
targetRevision: 0.22.1
|
||||
helm:
|
||||
releaseName: cloudnative-pg
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cnpg
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
|
|
Loading…
Reference in a new issue