> comment `{{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }}` right: `{{/* {{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }} */}}` wrong: `# {{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }}`
{{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }}right:
{{/* {{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }} */}}wrong:
# {{- if and (eq .Values.env "prod") (eq .Values.k8sType "gke") }}