Skip to content

Commit

Permalink
fix(helm): moving automountServiceAccountToken to the right place (#4221
Browse files Browse the repository at this point in the history
)

fix: moving automountServiceAccountToken to the right place

Signed-off-by: Lukas Hankeln <[email protected]>
  • Loading branch information
lukashankeln authored Jan 7, 2025
1 parent c034fa4 commit b3d8208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifact-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Cloud Native packages.
type: application
version: 1.21.0-2
version: 1.21.0-3
appVersion: 1.20.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
Expand Down
2 changes: 1 addition & 1 deletion charts/artifact-hub/templates/db_migrator_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ metadata:
{{- end }}
spec:
ttlSecondsAfterFinished: {{ .Values.dbMigrator.job.ttlSecondsAfterFinished }}
automountServiceAccountToken: {{ .Values.dbMigrator.job.automountServiceAccountToken }}
template:
metadata:
labels:
Expand All @@ -26,6 +25,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
automountServiceAccountToken: {{ .Values.dbMigrator.job.automountServiceAccountToken }}
serviceAccountName: {{ .Values.dbMigrator.job.serviceAccountName }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit b3d8208

Please sign in to comment.