add cnpg
This commit is contained in:
parent
d20efa52a6
commit
9249f82102
1 changed files with 19 additions and 0 deletions
19
app-of-apps/cnpg.yaml
Normal file
19
app-of-apps/cnpg.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cnpg
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: cnpg-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: cloudnative-pg
|
||||
repoURL: https://cloudnative-pg.github.io/charts
|
||||
targetRevision: v0.28.2
|
||||
helm:
|
||||
valuesObject: {}
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
Loading…
Add table
Reference in a new issue