mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user