I get the following error attempting to deploy:
Error: YAML parse error on victoria-metrics-single/templates/server-statefulset.yaml: error converting YAML to JSON: yaml: line 31: did not find expected ',' or ']'
The chart applies cleanly when I omit:
global:
imagePullSecrets:
- name: my-secret
I suspect that the following line is expecting a string instead of an array:
|
imagePullSecrets: {{ . }} |