Skip to content

Commit

Permalink
fix: chart tpl when rendering feature gate flag
Browse files Browse the repository at this point in the history
Signed-off-by: jerryzhuang <[email protected]>
  • Loading branch information
zhuangqh committed Dec 5, 2024
1 parent eec1cf9 commit f04473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kaito/workspace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --feature-gates={{- range $k, $v := .Values.featureGates }}{{ $k }}={{ $v}}{{- end }}
- --feature-gates={{- range $k, $v := .Values.featureGates }}{{ $k }}={{ $v}},{{- end | trimSuffix \",\" }}
env:
- name: WEBHOOK_SERVICE
value: {{ include "kaito.fullname" . }}
Expand Down

0 comments on commit f04473a

Please sign in to comment.