Skip to content

Commit

Permalink
fix: rls name
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenweber committed Feb 13, 2019
1 parent 512c5b3 commit b50e0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: {{ .Values.redis.host }}
{{- else }}
- name: REDIS_HOST
value: {{ .Release.Name }}-{{ include "ld-relay.name" . }}-redis-master
value: {{ .Release.Name }}-redis-master
{{- end }}
{{- end }}
- name: EXIT_ON_ERROR
Expand Down

0 comments on commit b50e0cf

Please sign in to comment.