We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 208ab8c + 690c9ae commit fb46d26Copy full SHA for fb46d26
deployments/gpu-operator/templates/clusterpolicy.yaml
@@ -596,7 +596,9 @@ spec:
596
{{- end }}
597
{{- if .Values.migManager.config }}
598
config:
599
+ {{- if .Values.migManager.config.name }}
600
name: {{ .Values.migManager.config.name }}
601
+ {{- end }}
602
default: {{ .Values.migManager.config.default | quote }}
603
604
{{- if .Values.migManager.gpuClientsConfig }}
0 commit comments