We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a0b48 commit 9b15fe0Copy full SHA for 9b15fe0
1 file changed
deploy/kubernetes/helm/dinky/templates/dinky.yaml
@@ -97,7 +97,7 @@ spec:
97
- /bin/bash
98
- '-c'
99
- >-
100
- /opt/dinky/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
+ /opt/dinky/bin/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
101
args:
102
{{- if .Values.spec.livenessProbe.enabled }}
103
livenessProbe:
0 commit comments