pull/17357/merge
Tom Keyte 1 day ago committed by GitHub
commit cd41b5a91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save