Commit 4cbff91 Maksym Trofimenko
committed
1 parent 5762331 commit 4cbff91 Copy full SHA for 4cbff91
File tree 2 files changed +3
-1
lines changed
charts/tinysystems-operator
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.1.51
16
+ version : 0.1.52
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 21
21
args : {{- toYaml .Values.controllerManager.manager.installArgs | nindent 12 }}
22
22
command :
23
23
- /manager
24
+ serviceAccountName : {{ include "tinysystems-operator.fullname" . }}-controller-manager
24
25
---
25
26
apiVersion : batch/v1
26
27
kind : Job
45
46
args : {{- toYaml .Values.controllerManager.manager.deleteArgs | nindent 12 }}
46
47
command :
47
48
- /manager
49
+ serviceAccountName : {{ include "tinysystems-operator.fullname" . }}-controller-manager
You can’t perform that action at this time.
0 commit comments