Open mrsimonemms opened 1 year ago
The line {{ toYaml .Values | indent 2 }} is unnecessary and can cause deployment errors in a strict environment.
{{ toYaml .Values | indent 2 }}
line 14: mapping key "key" already defined at line 13
This should be removed.
The line
{{ toYaml .Values | indent 2 }}
is unnecessary and can cause deployment errors in a strict environment.This should be removed.