Skip to content

Commit c8fecc0

Browse files
[Bugfix] [k8s deployment] Modify the k8s deploy command (#4324)
1 parent 16e2876 commit c8fecc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/kubernetes/helm/dinky/templates/dinky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
- /bin/bash
9898
- '-c'
9999
- >-
100-
/opt/dinky/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
100+
/opt/dinky/bin/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
101101
args:
102102
{{- if .Values.spec.livenessProbe.enabled }}
103103
livenessProbe:

0 commit comments

Comments
 (0)