Skip to content
Snippets Groups Projects
Verified Commit 38b5c61b authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

minor fix for storageClassName

parent 7eea005f
Branches
No related tags found
No related merge requests found
Pipeline #253732 passed
......@@ -41,8 +41,8 @@ spec:
{%- raw %}
{{- if $options.volumeName }}
volumeName: {{ $options.volumeName | quote }}
storageClassName: {{ $options.storageClassName | default "" | quote }}
{{- end }}
storageClassName: {{ $options.storageClassName | default "" | quote }}
{%- endraw %}
...
{%- raw %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment