This commit is contained in:
James Mellors 2025-04-09 21:34:24 +01:00
parent d99d415ac3
commit 0f6cf31547
2 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ metadata:
spec:
project: default # Or your specific Argo CD project
source:
repoURL: https://bitnami-labs.github.io/sealed-secrets # Sealed Secrets chart repository
repoURL: https://bitnami-labs.github.io # Sealed Secrets chart repository
chart: sealed-secrets
targetRevision: 2.17.2 # Specify the desired chart version (Check for the latest stable version!)
targetRevision: v2.17.2 # Specify the desired chart version (Check for the latest stable version!)
helm:
# Manage configuration through values here or via a values file
values: |
@ -53,7 +53,7 @@ spec:
destination:
server: https://kubernetes.default.svc
# Target namespace for the Sealed Secrets controller deployment itself
namespace: kube-system # Or your dedicated 'sealed-secrets' namespace
namespace: sealed-secrets # Or your dedicated 'sealed-secrets' namespace
syncPolicy:
automated: # Optional: Enable automatic sync
prune: true

View File

@ -17,7 +17,7 @@ spec:
recurse: true # If CRDs are individual files in that directory
destination:
server: https://kubernetes.default.svc
namespace: kube-system # CRDs are cluster-scoped but often associated with a namespace conceptually
namespace: sealed-secrets # CRDs are cluster-scoped but often associated with a namespace conceptually
syncPolicy:
automated:
prune: true