- Longhorn: Helm chart v1.7.2 (sync-wave -2, installs first) - cert-manager: Helm chart v1.16.3 with CRDs enabled - CloudNativePG: Helm chart v0.23.0 - Sealed Secrets: Helm chart v2.16.2 - Remove custom StorageClass (Helm chart manages it) Previously only config resources were deployed without the actual operators, causing PVCs to pend and CRDs to be missing.
23 lines
502 B
YAML
23 lines
502 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cloudnativepg-helm
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-1"
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://cloudnative-pg.github.io/charts
|
|
chart: cloudnative-pg
|
|
targetRevision: 0.23.0
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: cnpg-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|