File tree 1 file changed +1
-1
lines changed
website/content/en/docs/building-operators/helm/reference/advanced_features
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ With the helm Operator this becomes possible by override values. This enforces t
15
15
template values provided by the chart's default ` values.yaml ` or by a CR spec are always set
16
16
when rendering the chart. If the value is set by a CR it gets overridden by the global override value.
17
17
The override value can be static but can also refer to an environment variable and use go templates.
18
- To pass down environment variables to the chart override values is currently the only way.
18
+ Using override values is currently the only way to pass down environment variables to the chart .
19
19
20
20
An example use case of this is when your helm chart references container images by chart variables,
21
21
which is a good practice.
You can’t perform that action at this time.
0 commit comments