Bladeren bron

Merge pull request #15129 from jakesmith/hpcc-26150-localfile-storage-fix

HPCC-26150 Fix hpcc-localfile storage output

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 jaren geleden
bovenliggende
commit
8b23977fcc
1 gewijzigde bestanden met toevoegingen van 2 en 19 verwijderingen
  1. 2 19
      helm/examples/local/hpcc-localfile/templates/NOTES.txt

+ 2 - 19
helm/examples/local/hpcc-localfile/templates/NOTES.txt

@@ -15,28 +15,11 @@ storage:
 {{- 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 }}