This commit is contained in:
Aaron Riedel 2024-11-04 21:09:19 +01:00
parent b37f71250f
commit becd916820
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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