Add volume binding mode to storage class
This commit is contained in:
parent
48ec0776e0
commit
e05d38ddac
@ -33,6 +33,7 @@ extraFiles:
|
||||
{{- end }}
|
||||
reclaimPolicy: {{ .reclaimPolicy }}
|
||||
allowVolumeExpansion: {{ .allowVolumeExpansion }}
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
{{- with .allowedTopologies }}
|
||||
allowedTopologies: {{ toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user