fix:affinity.podAntiAffinity.enabled value not taking effect (#1280)
Co-authored-by: loverustfs <[email protected]>
This commit is contained in:
@@ -41,8 +41,8 @@ spec:
|
||||
{{- toYaml .Values.affinity.nodeAffinity | nindent 10 }}
|
||||
{{- else }}
|
||||
{}
|
||||
{{- if .Values.affinity.podAntiAffinity.enabled }}
|
||||
{{- end }}
|
||||
{{- if .Values.affinity.podAntiAffinity.enabled }}
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
|
||||
Reference in New Issue
Block a user