From 72ac86329fc75ba7ca08db22f9281ce3791f3556 Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Thu, 8 Feb 2018 14:51:29 +0530 Subject: [PATCH] fix(tiller): change manifest name for tiller service in chart values Manifests key for tiller service used in template and values is different. Change the values.yaml as per the name specified in template files. Closes #193 https://github.com/att-comdev/armada/issues/193 Change-Id: I4922cc6ac41ffb362bb86d5123a74825edf61c2b --- charts/tiller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tiller/values.yaml b/charts/tiller/values.yaml index 1a12ad05..b1811489 100644 --- a/charts/tiller/values.yaml +++ b/charts/tiller/values.yaml @@ -34,4 +34,4 @@ deployment: manifests: deployment_tiller: true - service_tiller: true + service_tiller_deploy: true