Skip to content

Commit 4cbff91

Browse files
author
Maksym Trofimenko
committed
add svc account name to jobs
1 parent 5762331 commit 4cbff91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/tinysystems-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.51
16+
version: 0.1.52
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/tinysystems-operator/templates/jobs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
args: {{- toYaml .Values.controllerManager.manager.installArgs | nindent 12 }}
2222
command:
2323
- /manager
24+
serviceAccountName: {{ include "tinysystems-operator.fullname" . }}-controller-manager
2425
---
2526
apiVersion: batch/v1
2627
kind: Job
@@ -45,3 +46,4 @@ spec:
4546
args: {{- toYaml .Values.controllerManager.manager.deleteArgs | nindent 12 }}
4647
command:
4748
- /manager
49+
serviceAccountName: {{ include "tinysystems-operator.fullname" . }}-controller-manager

0 commit comments

Comments
 (0)