Skip to content

Commit

Permalink
feat: add cnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
synthe102 committed Jul 21, 2024
1 parent 9506322 commit 3d41cd1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions k8s/sources/databases/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: cnpg-system
project: default
sources:
- chart: cloudnative-pg
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.21.5
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

0 comments on commit 3d41cd1

Please sign in to comment.