Disable Tiller in Armada chart

Change-Id: I40b8b7c44cafe8326dfc4e7560e4d5f00fcf8c7b
This commit is contained in:
Scott Hussey 2018-02-14 20:32:25 -06:00
parent f1f9bb1471
commit bca9d186f9
1 changed files with 4 additions and 0 deletions

View File

@ -716,6 +716,10 @@ data:
armada:
DEFAULT:
debug: true
tiller_namespace: kube-system
manifests:
service_tiller_deploy: false
deployment_tiller: false
source:
type: git
location: ${ARMADA_CHART_REPO}