Files
homelab/kubernetes/cnpg-system/cpng/application.yaml
2026-01-09 07:14:14 +00:00

22 lines
497 B
YAML

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:
- ServerSideApply=true
- CreateNamespace=true
automated:
allowEmpty: true
prune: true
selfHeal: true