Remove longhorn-manager affinity support for now

Signed-off-by: Eric Weber <eric.weber@suse.com>
This commit is contained in:
Eric Weber 2023-06-01 10:58:34 -05:00 committed by David Ko
parent c81ddd6e96
commit b515d93963
6 changed files with 1 additions and 29 deletions

View File

@ -121,10 +121,6 @@ spec:
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
{{- if .Values.longhornManager.affinity }}
affinitiy:
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
{{- end }}
serviceAccountName: longhorn-service-account
updateStrategy:
rollingUpdate:

View File

@ -54,7 +54,3 @@ spec:
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
{{- if .Values.longhornManager.affinity }}
affinitiy:
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
{{- end }}

View File

@ -54,7 +54,3 @@ spec:
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
{{- if .Values.longhornManager.affinity }}
affinitiy:
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
{{- end }}

View File

@ -55,7 +55,3 @@ spec:
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
{{- if .Values.longhornManager.affinity }}
affinitiy:
{{ toYaml .Values.longhornManager.affinity | indent 8 }}
{{- end }}

View File

@ -190,18 +190,6 @@ longhornManager:
## and uncomment this example block
# label-key1: "label-value1"
# label-key2: "label-value2"
affinity: {}
## If you want to set nodeAffinity for Longhorn Manager DaemonSet, delete the `{}` in the line above
## and uncomment this example block
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: label-key1
# operator: In
# values:
# - label-value1
# - label-value2
serviceAnnotations: {}
## If you want to set annotations for the Longhorn Manager service, delete the `{}` in the line above
## and uncomment this example block

View File

@ -4150,7 +4150,7 @@ spec:
- name: longhorn-grpc-tls
secret:
secretName: longhorn-grpc-tls
optional: true
optional: true
serviceAccountName: longhorn-service-account
updateStrategy:
rollingUpdate: