|
@@ -7,35 +7,15 @@ storage:
|
|
|
- name: {{ $plane.name }}
|
|
|
pvc: {{ printf "%s-%s-pvc" $plane.name (include "hpcc-azurefile.fullname" $) }}
|
|
|
prefix: {{ printf "%s%s%s" $.Values.common.mountPrefix (regexMatch ".*/$" $.Values.common.mountPrefix | ternary "" "/") $plane.subPath | quote }}
|
|
|
-{{- if hasKey $plane "labels" }}
|
|
|
- labels:
|
|
|
-{{ toYaml $plane.labels | indent 4 }}
|
|
|
-{{ end -}}
|
|
|
+ category: {{ $plane.category }}
|
|
|
{{- end }}
|
|
|
|
|
|
{{ range $plane := .Values.planes -}}
|
|
|
-{{- if eq "dali" $plane.name }}
|
|
|
- daliStorage:
|
|
|
- plane: {{ $plane.name }}
|
|
|
-{{ end -}}
|
|
|
-{{- if eq "dll" $plane.name }}
|
|
|
- dllStorage:
|
|
|
- plane: {{ $plane.name }}
|
|
|
-{{ end -}}
|
|
|
-{{- if eq "data" $plane.name }}
|
|
|
- dataStorage:
|
|
|
- plane: {{ $plane.name }}
|
|
|
-{{ end -}}
|
|
|
-{{ end -}}
|
|
|
-
|
|
|
-{{ range $plane := .Values.planes -}}
|
|
|
{{ if eq "sasha" $plane.name }}
|
|
|
sasha:
|
|
|
wu-archiver:
|
|
|
- storage:
|
|
|
- plane: {{ $plane.name }}
|
|
|
+ plane: {{ $plane.name }}
|
|
|
dfuwu-archiver:
|
|
|
- storage:
|
|
|
- plane: {{ $plane.name }}
|
|
|
+ plane: {{ $plane.name }}
|
|
|
{{ end -}}
|
|
|
{{- end }}
|