File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v1
33name : proxysql
44description : ProxySQL Configuration
5- version : 0.1.7
5+ version : 0.1.8
Original file line number Diff line number Diff line change 4949 - name : {{ .Values.name }}
5050 mountPath : {{ .Values.daemonset.containers.volumeMounts.proxysql.mountPath }}
5151 subPath : {{ .Values.daemonset.containers.volumeMounts.proxysql.subPath }}
52+ env :
53+ {{- range $key, $value := .Values.daemonset.containers.env }}
54+ - name : {{ $key }}
55+ value : {{ $value | quote }}
56+ {{- end }}
5257 volumes :
5358 - name : {{ .Values.name }}
5459 configMap :
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ daemonset:
4848 proxysql :
4949 mountPath : " /etc/proxysql.cnf"
5050 subPath : " proxysql.cnf"
51+ env : {}
5152 volumes :
5253 proxysql :
5354 configmap : " proxysql"
You can’t perform that action at this time.
0 commit comments