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
Note the use of quotes and the need to escape dots in the annotation key.
114
+
***NOTE***: With helm `--set` it is needed to put quotes and escape dots in the annotation key.
115
+
116
+
### Using values from YAML file
117
+
118
+
As opposed to using many `--set` invocations, much simpler approach is to define value overrides in a separate YAML file and specify them when invoking Helm:
0 commit comments