소스 검색

un-indent

Stavros kois 1 년 전
부모
커밋
09ea773b15
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 14 14
      library/common/templates/app_functions/_storageEntry.tpl

+ 14 - 14
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 -}}