File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ spec:
699699 # Fail if this Secret does not exist.
700700` ` `
701701
702- **Note:** For substituting variables in a secret, `.spec.stringData` field must be used i.e:
702+ For substituting variables in a secret, `.spec.stringData` field must be used i.e :
703703
704704` ` ` yaml
705705---
@@ -713,11 +713,11 @@ stringData:
713713 token: ${token}
714714` ` `
715715
716- **Note:** The var values which are specified in-line with `substitute`
716+ The var values which are specified in-line with `substitute`
717717take precedence over the ones derived from `substituteFrom`.
718718When var values for the same variable keys are derived from multiple
719- ` ConfigMaps` or `Secrets` referenced in the `substituteFrom` list, then the
720- first take precedence over the later values.
719+ ` ConfigMaps` or `Secrets` referenced in the `substituteFrom` list,
720+ the later values overwrite earlier values.
721721
722722**Note:** If you want to avoid var substitutions in scripts embedded in
723723ConfigMaps or container commands, you must use the format `$var` instead of
You can’t perform that action at this time.
0 commit comments