Skip to content

Commit f682f5a

Browse files
authored
Merge pull request #11 from dmatch01/new-controller-deployment-update
New controller executable name deployment update
2 parents dac09c2 + ad7ba44 commit f682f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/kube-arbitrator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
- name: {{ .Chart.Name }}
306306
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
307307
imagePullPolicy: {{ .Values.image.pullPolicy }}
308-
command: ["kar-controllers"]
308+
command: ["mcad-controller"]
309309
args: ["--v", "4", "--logtostderr"]
310310
# args: ["--v", "10", "--logtostderr", "--secure-port=6443"]
311311
ports:

0 commit comments

Comments
 (0)