Skip to content

Commit

Permalink
Merge pull request #8 from onebeyond/fix-serviceaccount
Browse files Browse the repository at this point in the history
fix: Fix on serviceaccount template
  • Loading branch information
GentooXativa authored Apr 22, 2024
2 parents 545bdcd + 41fad75 commit 1057bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/one-beyond-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.9
version: 0.9.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/one-beyond-cronjob/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ob-service.serviceAccountName" . }}
name: {{ include "one-beyond-cronjob.serviceAccountName" . }}
labels:
{{- include "ob-service.labels" . | nindent 4 }}
{{- include "one-beyond-cronjob.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 1057bdb

Please sign in to comment.