This commit is contained in:
2025-07-13 00:30:34 +02:00
parent 5380db5338
commit 9139deb519
+27
View File
@@ -0,0 +1,27 @@
kind: Namespace
apiVersion: v1
metadata:
name: postgres
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: postgres
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
source:
repoURL: https://cloudnative-pg.github.io/charts
chart: cloudnative-pg
targetRevision: v0.24.0
helm:
valuesObject: {}