Fix helm tiller address from values

pull/215/head
Daniel Lundin 2018-05-29 00:17:58 +02:00
parent aad42586ce
commit 7ed03902f2
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ spec:
- name: HELM_PROVIDER
value: "1"
- name: TILLER_ADDRESS
value: "1"
value: "{{ .Values.helmProvider.tillerAddress }}"
{{- end }}
{{- if .Values.gcr.enabled }}
# Enable GCR with pub/sub support

View File

@ -18,7 +18,7 @@ polling:
# Helm provider support
helmProvider:
enabled: true
tillerAddress: tiller-deploy.kube-system.svc.cluster.local.:44134
tillerAddress: "tiller-deploy.kube-system.svc.cluster.local:44134"
# Google Container Registry
# GCP Project ID