doc(README): adapt key name of exporterConfig secret

This commit is contained in:
2024-11-26 19:29:40 +01:00
parent bd04d4a349
commit 8d1f6622b8
2 changed files with 5 additions and 5 deletions

View File

@ -30,8 +30,8 @@ config:
databaseConnectionUrl: ""
exporterConfig:
## @param config.exporterConfig.existingSecret.enabled Mount an existing secret containing the key `exporter_config.yaml`.
## @param config.exporterConfig.existingSecret.secretName Name of the existing secret containing the key `exporter_config.yaml`.
## @param config.exporterConfig.existingSecret.enabled Mount an existing secret containing the key `exporterConfig.yaml`.
## @param config.exporterConfig.existingSecret.secretName Name of the existing secret containing the key `exporterConfig.yaml`.
existingSecret:
enabled: false
secretName: ""