From 8c68ecadd4992ea069966690b7b3c441ff352e50 Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Tue, 23 Sep 2025 11:29:17 -0300 Subject: [PATCH] (1.0.8) devops: remove serviceaccountname from deployment spec in wordpress-helm template --- charts/wordpress-helm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/wordpress-helm/templates/deployment.yaml b/charts/wordpress-helm/templates/deployment.yaml index d6ad1f7..0ea7e3a 100644 --- a/charts/wordpress-helm/templates/deployment.yaml +++ b/charts/wordpress-helm/templates/deployment.yaml @@ -24,7 +24,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - serviceAccountName: {{ include "wordpress-website.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: