Add support for operator priorityClassName

Signed-off-by: Tom Keyte <tomkeyte93@gmail.com>
pull/17357/head
Tom Keyte 2 months ago
parent a45473c4c5
commit 68e9f6de40

@ -29,6 +29,9 @@ spec:
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- if .Values.operatorConfig.priorityClassName }}
priorityClassName: {{ .Values.operatorConfig.priorityClassName }}
{{- end }}
serviceAccountName: operator serviceAccountName: operator
{{- with .Values.operatorConfig.podSecurityContext }} {{- with .Values.operatorConfig.podSecurityContext }}
securityContext: securityContext:

@ -58,6 +58,8 @@ operatorConfig:
podAnnotations: {} podAnnotations: {}
podLabels: {} podLabels: {}
priorityClassName: ""
serviceAccountAnnotations: {} serviceAccountAnnotations: {}
# eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/tailscale-operator-role # eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/tailscale-operator-role

Loading…
Cancel
Save