We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e52b7de + 571f7b0 commit 3c7bb35Copy full SHA for 3c7bb35
3 files changed
proxysql/Chart.yaml
@@ -2,4 +2,4 @@
2
apiVersion: v1
3
name: proxysql
4
description: ProxySQL Configuration
5
-version: 0.1.1
+version: 0.1.2
proxysql/templates/daemonset.yaml
@@ -48,6 +48,7 @@ spec:
48
volumeMounts:
49
- name: {{ .Values.name }}
50
mountPath: {{ .Values.daemonset.containers.volumeMounts.proxysql.mountPath }}
51
+ subPath: {{ .Values.daemonset.containers.volumeMounts.proxysql.subPath }}
52
volumes:
53
54
configMap:
proxysql/values.yaml
@@ -49,6 +49,7 @@ daemonset:
proxysql:
mountPath: "/etc/proxysql.cnf"
+ subPath: "proxysql.conf"
55
configmap: "proxysql"
0 commit comments