Skip to content
Snippets Groups Projects
Commit 628b3c34 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

ST-1276 add missing local

parent a38e7179
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ metadata: ...@@ -37,7 +37,7 @@ metadata:
{{ toYaml $annotations | indent 4 }} {{ toYaml $annotations | indent 4 }}
{{ end }} {{ end }}
spec: spec:
{{ if (coalesce .Values.global.minikube .Values.minikube false) }} {{ if (coalesce .local.Values.global.minikube .local.Values.minikube false) }}
storageClassName: standard storageClassName: standard
{{ else }} {{ else }}
storageClassName: nfss1 storageClassName: nfss1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment