From c6762abce91a44a4bb562114a959af0aef7c0b81 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Wed, 1 Mar 2023 21:32:03 +0000 Subject: [PATCH] Remove service account from deployment. --- charts/esphome/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/esphome/templates/deployment.yaml b/charts/esphome/templates/deployment.yaml index 4037c22..328ec64 100644 --- a/charts/esphome/templates/deployment.yaml +++ b/charts/esphome/templates/deployment.yaml @@ -29,7 +29,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - serviceAccountName: {{ include "esphome.serviceAccountName" . }}-esphome securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} priorityClassName: {{ .Values.priorityClassName }}