ace5e847 by Adam Heath

Merge branch 'master' of gitlab.brainfood.com:brainfood/k8s-helmfiles

2 parents 159021dd 55d9ad77
...@@ -3,7 +3,7 @@ storageClass: ...@@ -3,7 +3,7 @@ storageClass:
3 default: true 3 default: true
4 name: local-path 4 name: local-path
5 5
6 nodePaths: 6 nodePathMap:
7 - node: DEFAULT_PATH_FOR_NON_LISTED_NODES 7 - node: DEFAULT_PATH_FOR_NON_LISTED_NODES
8 paths: 8 paths:
9 - /opt/local-path-provisioner 9 - /opt/local-path-provisioner
......
...@@ -15,7 +15,7 @@ releases: ...@@ -15,7 +15,7 @@ releases:
15 defaultClass: {{ .Values.storageClass.default }} 15 defaultClass: {{ .Values.storageClass.default }}
16 name: {{ .Values.storageClass.name }} 16 name: {{ .Values.storageClass.name }}
17 nodePathMap: 17 nodePathMap:
18 {{ .Values.nodePaths | toYaml | nindent 10 }} 18 {{ .Values.nodePathMap | toYaml | nindent 10 }}
19 tolerations: 19 tolerations:
20 - effect: NoSchedule 20 - effect: NoSchedule
21 key: node-role.kubernetes.io/master 21 key: node-role.kubernetes.io/master
......