You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/common/README.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,18 @@ The `common` chart is a library of common resources that are shared across all o
13
13
The values in the `defaults:` section can be reused from other charts by using the lookup function "common.getKeyValue". It implements lookup on three levels:
14
14
15
15
1. Looks for `keyOverride` in the chart's values.yaml
16
-
2. Looks for `global.key` in the chart's values.yaml
17
-
3. Uses the `common.defaults.key` value from the table below.
16
+
2. Looks for `global.key` in the chart's or parent chart's values.yaml
17
+
3. Uses the `key` in the chart's values.yaml
18
+
4. Uses the `common.defaults.key` value from the table below.
18
19
19
-
1 has precendence over 2 over 3 respectively. This approach allows for individual charts to have minimal configuration, while still being able to override parameters locally.
20
+
1 has precendence over 2 over 3 over 4 respectively. This approach allows for individual charts to have minimal configuration, while still being able to override parameters locally.
Copy file name to clipboardexpand all lines: charts/common/README.md.gotmpl
+8-6
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,18 @@ The `common` chart is a library of common resources that are shared across all o
14
14
The values in the `defaults:` section can be reused from other charts by using the lookup function "common.getKeyValue". It implements lookup on three levels:
15
15
16
16
1. Looks for `keyOverride` in the chart's values.yaml
17
-
2. Looks for `global.key` in the chart's values.yaml
18
-
3. Uses the `common.defaults.key` value from the table below.
17
+
2. Looks for `global.key` in the chart's or parent chart's values.yaml
18
+
3. Uses the `key` in the chart's values.yaml
19
+
4. Uses the `common.defaults.key` value from the table below.
19
20
20
-
1 has precendence over 2 over 3 respectively. This approach allows for individual charts to have minimal configuration, while still being able to override parameters locally.
21
+
1 has precendence over 2 over 3 over 4 respectively. This approach allows for individual charts to have minimal configuration, while still being able to override parameters locally.
0 commit comments