[bitnami/fluentd] fix extraEnvVars typo in values.yaml (#13486)

Signed-off-by: Petrus.Z <silencly07@gmail.com>

Signed-off-by: Petrus.Z <silencly07@gmail.com>
This commit is contained in:
Petrus
2022-11-14 17:57:49 +08:00
committed by GitHub
parent 98ceff1abf
commit 234f5f3cd9
2 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ name: fluentd
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/fluentd
- https://www.fluentd.org/
version: 5.5.7
version: 5.5.8

View File

@@ -271,7 +271,7 @@ forwarder:
##
extraArgs: ""
## @param forwarder.extraEnvVars Extra environment variables to pass to the container
## extraEnv:
## extraEnvVars:
## - name: MY_ENV_VAR
## value: my_value
##
@@ -773,7 +773,7 @@ aggregator:
##
extraArgs: ""
## @param aggregator.extraEnvVars Extra environment variables to pass to the container
## extraEnv:
## extraEnvVars:
## - name: MY_ENV_VAR
## value: my_value
##