Skip to content

Commit

Permalink
fix (template): remove call to "common.entity.name" from other common…
Browse files Browse the repository at this point in the history
… templates

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Jan 7, 2025
1 parent f946d43 commit 01e791d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart containing reuse templates

type: library

version: 0.2.6
version: 0.2.7
2 changes: 0 additions & 2 deletions charts/common/templates/_deploymentHelpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" -}}
Expand Down

0 comments on commit 01e791d

Please sign in to comment.