jinleileiking / learning-notes

Notes for my learning.
GNU General Public License v3.0
1 stars 2 forks source link

helm #22

Open jinleileiking opened 1 year ago

jinleileiking commented 1 year ago

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") }}