Skip to content

Commit 9b15fe0

Browse files
authored
[Fix-4324] [k8s] Modify the k8s deploy command (#4416)
1 parent 33a0b48 commit 9b15fe0

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)