Skip to content

Commit

Permalink
Update dinky.yaml (#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkitter authored Aug 8, 2024
1 parent 63cbf72 commit 2aaa1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/dinky/templates/dinky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- /bin/bash
- '-c'
- >-
/dinky/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
/opt/dinky/auto.sh startOnPending {{ .Values.spec.extraEnv.flinkVersion}}
args:
{{- if .Values.spec.livenessProbe.enabled }}
livenessProbe:
Expand Down Expand Up @@ -166,4 +166,4 @@ spec:
- key: log4j2.xml
path: log4j2.xml
- key: jmx_exporter_config.yaml
path: jmx_exporter_config.yaml
path: jmx_exporter_config.yaml

0 comments on commit 2aaa1e0

Please sign in to comment.