mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
un-indent
This commit is contained in:
committed by
Stavros Kois
parent
27aa0d08ba
commit
09ea773b15
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user