diff --git a/library/common/2101.0.0/templates/lib/storage/_appStorage.tpl b/library/common/2101.0.0/templates/lib/storage/_appStorage.tpl index 43b64320ca..84e5ed062d 100644 --- a/library/common/2101.0.0/templates/lib/storage/_appStorage.tpl +++ b/library/common/2101.0.0/templates/lib/storage/_appStorage.tpl @@ -34,6 +34,7 @@ Define hostPath for appVolumes {{ if $av.hostPathEnabled }} path: {{ required "hostPath not set" $av.hostPath }} {{- else }} + {{- include "common.schema.validateKeys" (dict "values" $av "checkKeys" (list "datasetName")) -}} {{- $volDict := dict "datasetName" $av.datasetName "ixVolumes" $.Values.ixVolumes -}} path: {{ include "common.storage.retrieveHostPathFromiXVolume" $volDict }} {{- end }}