Files
snow/apps/cnpg.yaml
renovate[bot] 50df751844 chore(deps): update helm release cloudnative-pg to v0.26.1 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 17:34:11 +00:00

25 lines
546 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: cnpg
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
# needed because the CRDs are too long for kubectl apply
- ServerSideApply=true
source:
repoURL: https://cloudnative-pg.github.io/charts
chart: cloudnative-pg
targetRevision: 0.26.1
helm:
valuesObject: {}