From 4de8c399bcab0b3ef31f6c25e9013d462458876f Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 28 Apr 2023 19:39:30 +0100 Subject: [PATCH] Remove serviceaccount. --- charts/piper/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/piper/templates/deployment.yaml b/charts/piper/templates/deployment.yaml index a763684..1e366ad 100644 --- a/charts/piper/templates/deployment.yaml +++ b/charts/piper/templates/deployment.yaml @@ -22,7 +22,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - serviceAccountName: {{ include "piper.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: