tiller address
parent
ffcb198215
commit
dcb267b7e5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue