new values file

This commit is contained in:
2025-04-20 17:50:11 -05:00
parent a05f7bf96a
commit c6bffaadfa
3 changed files with 33 additions and 4 deletions

View File

@@ -17,6 +17,9 @@ spec:
path: cluster/external-secrets path: cluster/external-secrets
repoURL: https://github.com/rblundon/homelab.git repoURL: https://github.com/rblundon/homelab.git
targetRevision: HEAD targetRevision: HEAD
helm:
valueFiles:
- values-hub.yaml
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

@@ -0,0 +1,30 @@
# https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/values.yaml
external-secrets:
enabled: false # Default: true
resources:
requests:
cpu: 10m
memory: 32Mi
# -- if true, the operator will process cluster external secret. Else, it will ignore them.
processClusterExternalSecret: true
# -- if true, the operator will process cluster push secret. Else, it will ignore them.
processClusterPushSecret: false #true
# -- if true, the operator will process cluster store. Else, it will ignore them.
processClusterStore: false #true
# -- if true, the operator will process push secret. Else, it will ignore them.
processPushSecret: false #true
webhook:
# -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
create: false #true
certController:
# -- Specifies whether a certificate controller deployment be created.
create: false #true

View File

@@ -1,4 +0,0 @@
# https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/values.yaml
external-secrets:
enabled: false # Default: true