Remove service account from deployment.
All checks were successful
ci/woodpecker/push/mastodon Pipeline was successful
All checks were successful
ci/woodpecker/push/mastodon Pipeline was successful
This commit is contained in:
parent
efe6e1bcaa
commit
c6762abce9
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
serviceAccountName: {{ include "esphome.serviceAccountName" . }}-esphome
|
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
priorityClassName: {{ .Values.priorityClassName }}
|
priorityClassName: {{ .Values.priorityClassName }}
|
||||||
|
|
Loading…
Reference in a new issue