Fix helm tiller address from values
parent
aad42586ce
commit
7ed03902f2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue