removing the externalsecret reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user