Make it easy to disable local-path-provisioner while still having it
inside an outer helmfile.
Showing
2 changed files
with
3 additions
and
0 deletions
... | @@ -10,6 +10,7 @@ releases: | ... | @@ -10,6 +10,7 @@ releases: |
10 | - name: local-path-provisioner | 10 | - name: local-path-provisioner |
11 | namespace: {{ .Values.namespace }} | 11 | namespace: {{ .Values.namespace }} |
12 | chart: local-path-provisioner/local-path-provisioner | 12 | chart: local-path-provisioner/local-path-provisioner |
13 | condition: local-path-provisioner.enabled | ||
13 | values: | 14 | values: |
14 | - storageClass: | 15 | - storageClass: |
15 | defaultClass: {{ .Values.storageClass.default }} | 16 | defaultClass: {{ .Values.storageClass.default }} | ... | ... |
-
Please register or sign in to post a comment