Skip to content

Commit

Permalink
fix: use ReleaseName in rotor wait-for-kafka (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfsoares authored Aug 13, 2024
1 parent 0a601f3 commit fb5d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rotor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
image: ghcr.io/groundnuty/k8s-wait-for:v2.0
args: ["service", "{{ include "jitsu.fullname" . }}-kafka"]
args: ["service", "{{ .Release.Name }}-kafka"]
{{- end }}
{{- if .Values.mongodb.enabled }}
- name: wait-for-mongodb
Expand Down

0 comments on commit fb5d459

Please sign in to comment.