tiller address

feature/tiller_address_env
Karolis Rusenas 2019-06-14 17:41:58 +01:00
parent ffcb198215
commit dcb267b7e5
2 changed files with 5 additions and 1 deletions

View File

@ -65,6 +65,8 @@ spec:
value: "1"
- name: TILLER_NAMESPACE
value: "{{ .Values.helmProvider.tillerNamespace }}"
- name: TILLER_ADDRESS
value: "{{ .Values.helmProvider.tillerAddress }}"
{{- end }}
{{- if .Values.gcr.enabled }}
# Enable GCR with pub/sub support

View File

@ -17,8 +17,10 @@ polling:
# Helm provider support
helmProvider:
enabled: true
enabled: true
tillerNamespace: "kube-system"
# optional Tiller address (if portforwarder tunnel doesn't work)
tillerAddress: ''
# Google Container Registry
# GCP Project ID