From d6262f00275cb88b0b2aeb15b4b2f628cdafc9f9 Mon Sep 17 00:00:00 2001 From: David McCormick Date: Thu, 26 Sep 2019 13:41:49 +0100 Subject: [PATCH] Take region from the cluster config. --- .../files/plugins/cluster-autoscaler/manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/files/plugins/cluster-autoscaler/manifests/deployment.yaml b/builtin/files/plugins/cluster-autoscaler/manifests/deployment.yaml index cfff7eabc..5d9628d2a 100644 --- a/builtin/files/plugins/cluster-autoscaler/manifests/deployment.yaml +++ b/builtin/files/plugins/cluster-autoscaler/manifests/deployment.yaml @@ -36,7 +36,7 @@ spec: {{- end }} env: - name: AWS_REGION - value: {{ .Values.region }} + value: {{ .Config.Cluster.Region }} livenessProbe: httpGet: path: /health-check