update format

This commit is contained in:
2026-01-22 22:15:16 +01:00
parent f04abdcf62
commit acf740ff46
2 changed files with 16 additions and 8 deletions

View File

@@ -90,12 +90,14 @@ externalSecret:
secretName: "cert-manager-webhook-ovh" # Nom du Secret créé dans chaque namespace
# Références aux clés dans Vault
# Format: "chemin/dans/vault#clef" pour KV v2
# Exemple: "secret/data/ovh#application-key"
# Format pour Vault KV v2 avec External Secrets:
# - Si le mount path est "secret" et le secret est dans "ovh": "ovh#application-key"
# - Le préfixe "secret/data/" n'est PAS nécessaire car il est géré par le ClusterSecretStore
# - Le format est: "chemin-du-secret#clef-dans-le-json"
remoteRef:
applicationKey: "secret/data/cert-manager-webhook-ovh/application-key" # ⚠️ À configurer avec votre chemin Vault
applicationSecret: "secret/data/cert-manager-webhook-ovh/application-secret" # ⚠️ À configurer avec votre chemin Vault
consumerKey: "secret/data/cert-manager-webhook-ovh/consumer-key" # ⚠️ À configurer avec votre chemin Vault
applicationKey: "ovh#application-key" # ⚠️ Chemin: secret/ovh avec clé application-key
applicationSecret: "ovh#application-secret" # ⚠️ Chemin: secret/ovh avec clé application-secret
consumerKey: "ovh#consumer-key" # ⚠️ Chemin: secret/ovh avec clé consumer-key
# Configuration HashiCorp Vault
vault: