Remove namespaceOverride value from External Secrets Helm chart configuration in values.yaml.

This commit is contained in:
2026-04-12 21:41:30 +07:00
parent 26f8dd6b11
commit bf97781fbc

View File

@@ -81,7 +81,7 @@ crds:
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
namespaceOverride: "external-secrets" namespaceOverride: ""
# -- Additional labels added to all helm chart resources. # -- Additional labels added to all helm chart resources.
commonLabels: {} commonLabels: {}