Skip to content

Commit

Permalink
re-add variable dind daemon rest port proxy spec
Browse files Browse the repository at this point in the history
  • Loading branch information
O1ahmad committed May 11, 2020
1 parent d147687 commit b90b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
{{- end }}
{{- if .Values.dind.enabled }}
- name: DOCKER_HOST
value: "tcp://localhost:2375"
value: "tcp://localhost:{{ .Values.dind.port | default "2375" }}"
{{- end }}
# EXTRA BUILDKITE AGENT ENV VARS
{{- if .Values.extraEnv }}
Expand Down

0 comments on commit b90b198

Please sign in to comment.