Skip to content

Commit 3c7bb35

Browse files
authored
Merge pull request #13 from T-Systems-MMS/proxysql
add subchart config
2 parents e52b7de + 571f7b0 commit 3c7bb35

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

proxysql/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: v1
33
name: proxysql
44
description: ProxySQL Configuration
5-
version: 0.1.1
5+
version: 0.1.2

proxysql/templates/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
volumeMounts:
4949
- name: {{ .Values.name }}
5050
mountPath: {{ .Values.daemonset.containers.volumeMounts.proxysql.mountPath }}
51+
subPath: {{ .Values.daemonset.containers.volumeMounts.proxysql.subPath }}
5152
volumes:
5253
- name: {{ .Values.name }}
5354
configMap:

proxysql/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ daemonset:
4949
volumeMounts:
5050
proxysql:
5151
mountPath: "/etc/proxysql.cnf"
52+
subPath: "proxysql.conf"
5253
volumes:
5354
proxysql:
5455
configmap: "proxysql"

0 commit comments

Comments
 (0)