Remove service account from deployment.
All checks were successful
ci/woodpecker/push/mastodon Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-01 21:32:03 +00:00
parent efe6e1bcaa
commit c6762abce9

View file

@ -29,7 +29,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "esphome.serviceAccountName" . }}-esphome
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
priorityClassName: {{ .Values.priorityClassName }}