1
0
Fork 0

feat: add cnpg-operator app

This commit is contained in:
Vojtěch Mareš 2023-11-16 21:09:23 +01:00
parent 30b0b6b586
commit 3c144b995e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

27
apps/cnpg-operator.yaml Normal file
View file

@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "5"
spec:
project: cluster-infrastructure
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
chart: cloudnative-pg
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.19.1
helm:
releaseName: cnpg-operator
valuesObject:
fullnameOverride: cnpg-operator
replicaCount: 2
destination:
server: "https://kubernetes.default.svc"
namespace: cnpg-operator