19 lines
418 B
YAML
19 lines
418 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cnpg-app
|
|
namespace: argocd
|
|
spec:
|
|
syncPolicy:
|
|
automated:
|
|
enabled: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
project: default
|
|
source:
|
|
chart: cloudnative-pg
|
|
repoURL: 'https://cloudnative-pg.github.io/charts'
|
|
targetRevision: 0.26.1
|
|
destination:
|
|
namespace: default
|
|
server: 'https://kubernetes.default.svc' |