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: spec:
project: default # Or your specific Argo CD project project: default # Or your specific Argo CD project
source: 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 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: helm:
# Manage configuration through values here or via a values file # Manage configuration through values here or via a values file
values: | values: |
@ -53,7 +53,7 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
# Target namespace for the Sealed Secrets controller deployment itself # 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: syncPolicy:
automated: # Optional: Enable automatic sync automated: # Optional: Enable automatic sync
prune: true prune: true

View File

@ -17,7 +17,7 @@ spec:
recurse: true # If CRDs are individual files in that directory recurse: true # If CRDs are individual files in that directory
destination: destination:
server: https://kubernetes.default.svc 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: syncPolicy:
automated: automated:
prune: true prune: true