fix: enable secret creation for Jenkins admin user in values.yaml

This commit is contained in:
2026-04-12 23:43:12 +07:00
parent 741e3fb63b
commit 5b57892a19

View File

@@ -92,7 +92,7 @@ controller:
# The default configuration uses this secret to configure an admin user # The default configuration uses this secret to configure an admin user
# If you don't need that user or use a different security realm, then you can disable it # If you don't need that user or use a different security realm, then you can disable it
# -- Must stay true so the controller mounts the admin Secret; when existingSecret is set, the chart does not create that Secret (supply it yourself or via externalSecret). # -- Must stay true so the controller mounts the admin Secret; when existingSecret is set, the chart does not create that Secret (supply it yourself or via externalSecret).
createSecret: false createSecret: true
# -- Emits external-secrets.io/v1beta1 ExternalSecret (needs External Secrets Operator installed). Helm cannot talk to Vault without it or another sync mechanism. # -- Emits external-secrets.io/v1beta1 ExternalSecret (needs External Secrets Operator installed). Helm cannot talk to Vault without it or another sync mechanism.
externalSecret: externalSecret: