diff --git a/library/common/templates/app_functions/_storageEntry.tpl b/library/common/templates/app_functions/_storageEntry.tpl index 4686e87752..489cfaea92 100644 --- a/library/common/templates/app_functions/_storageEntry.tpl +++ b/library/common/templates/app_functions/_storageEntry.tpl @@ -60,18 +60,18 @@ {{- end -}} {{- end }} - type: {{ $storage.type }} - size: {{ $size }} - hostPath: {{ $hostPath }} - datasetName: {{ $datasetName }} - readOnly: {{ $readOnly }} - server: {{ $server }} - share: {{ $share }} - domain: {{ $domain }} - username: {{ $username }} - password: {{ $password }} - {{- if eq $storage.type "smb-pv-pvc" }} - mountOptions: - - key: noperm - {{- end }} +type: {{ $storage.type }} +size: {{ $size }} +hostPath: {{ $hostPath }} +datasetName: {{ $datasetName }} +readOnly: {{ $readOnly }} +server: {{ $server }} +share: {{ $share }} +domain: {{ $domain }} +username: {{ $username }} +password: {{ $password }} +{{- if eq $storage.type "smb-pv-pvc" }} +mountOptions: + - key: noperm +{{- end }} {{- end -}}