2025-10-28 16:21:59 +07:00

17 lines
372 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg-app
namespace: argocd
spec:
syncPolicy:
automated:
enabled: true
project: default
source:
chart: cloudnative-pg
repoURL: 'https://cloudnative-pg.github.io/charts'
targetRevision: 0.58.0
destination:
namespace: default
server: 'https://kubernetes.default.svc'