diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index f3780532d..3463935e2 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart containing reuse templates type: library -version: 0.2.6 +version: 0.2.7 diff --git a/charts/common/templates/_deploymentHelpers.tpl b/charts/common/templates/_deploymentHelpers.tpl index a36c0ec82..512f577ee 100644 --- a/charts/common/templates/_deploymentHelpers.tpl +++ b/charts/common/templates/_deploymentHelpers.tpl @@ -137,8 +137,6 @@ securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault -serviceAccountName: {{ include "common.entity.name" . }} -automountServiceAccountToken: {{ not (eq (.Values.security).mountServiceAccountToken false) }} {{- end }} {{- define "common.spec.securityContext" -}}