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.
1 parent 95fa1d2 commit 74e8c19Copy full SHA for 74e8c19
dist/chart/templates/manager/manager.yaml
@@ -73,8 +73,6 @@ spec:
73
{{- end }}
74
75
{{- if .Values.controllerManager.nodeSelector }}
76
- nodeSelector:
77
- {{- toYaml .Values.controllerManager.nodeSelector | nindent 8 }}
78
79
{{- if .Values.controllerManager.tolerations }}
80
tolerations:
dist/chart/values.yaml
@@ -40,9 +40,6 @@ controllerManager:
40
hostNetwork: false
41
strategy:
42
type: Recreate
43
44
- kubernetes.io/os: linux
45
- kubernetes.io/arch: arm64
46
47
- key: node-role.kubernetes.io/control-plane
48
effect: NoSchedule
0 commit comments