feat(v1.0.1): ajout extraEnvFrom pour référencer Secrets K8s existants (migration legacy pré-Vault)
This commit is contained in:
11
values.yaml
11
values.yaml
@@ -133,6 +133,17 @@ configMap:
|
||||
# APP_ENV: production
|
||||
# KAFKA_BOOTSTRAP_SERVERS: kafka-service.kafka.svc.cluster.local:9092
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# extraEnvFrom — envFrom additionnels vers Secrets/ConfigMaps existants
|
||||
# ------------------------------------------------------------
|
||||
# Utile pour référencer des Secrets K8s créés hors Helm (ex: migration
|
||||
# depuis un déploiement legacy, pré-Vault).
|
||||
extraEnvFrom: []
|
||||
# - secretRef:
|
||||
# name: my-existing-db-secret
|
||||
# - configMapRef:
|
||||
# name: my-existing-config
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# ExternalSecret (Vault → K8s Secret via ESO)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user