23 lines
485 B
YAML
23 lines
485 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: cnpg-operator
|
||
|
|
namespace: argocd
|
||
|
|
annotations:
|
||
|
|
argocd.argoproj.io/sync-wave: "0"
|
||
|
|
spec:
|
||
|
|
project: homelab
|
||
|
|
source:
|
||
|
|
repoURL: https://cloudnative-pg.github.io/charts
|
||
|
|
chart: cloudnative-pg
|
||
|
|
targetRevision: "*"
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: ddb
|
||
|
|
syncPolicy:
|
||
|
|
automated:
|
||
|
|
prune: true
|
||
|
|
selfHeal: true
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=true
|