Skip to content

Commit

Permalink
TIL Init hook using generated service name (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulledtim authored Sep 27, 2023
1 parent 04e9ba6 commit 3c35a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
readOnly: true
env:
- name: TIL_HOST
value: {{ $fullName }}
value: {{ include "til.serviceName" . }}
- name: TIL_PORT
value: {{ .Values.service.port | quote }}
volumes:
Expand Down

0 comments on commit 3c35a8a

Please sign in to comment.