removing the externalsecret reference

This commit is contained in:
2026-03-27 11:10:53 -07:00
parent a30046b550
commit eea1d1c3df

View File

@@ -76,19 +76,6 @@ secrets:
# Generate with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
fernetKey: ""
externalSecret:
enabled: false
refreshInterval: "1h"
secretStoreRef:
name: "" # Name of the SecretStore / ClusterSecretStore
kind: ClusterSecretStore
# Remote key in the external secret store that contains all secret fields.
# The store entry should have keys: SECRET_KEY, FERNET_KEY, and optionally
# AUTH_PASSWORD_HASH, KEYCLOAK_CLIENT_SECRET, KEYCLOAK_OIDC_CLIENT_SECRET,
# SMTP_USERNAME, SMTP_PASSWORD
remoteRef:
key: "" # Path/name in the external store (e.g., "osa/prod/secrets")
# ── Non-sensitive configuration ──────────────────────────────
auth:
username: admin