Deployed cnpg

This commit is contained in:
2026-01-09 07:13:26 +00:00
parent 3b132dbafe
commit 2099a18fd2
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg-helm
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: cnpg-system
project: default
sources:
- chart: cloudnative-pg
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.27.0
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
allowEmpty: true
prune: true
selfHeal: true