From c224989dba25c539ba2fb305de62ce563eb31aaf Mon Sep 17 00:00:00 2001 From: matfax Date: Mon, 13 Aug 2018 14:39:24 +0200 Subject: [PATCH] Derive context from cluster name --- helmsman.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helmsman.toml b/helmsman.toml index 9da4663..3fe332e 100644 --- a/helmsman.toml +++ b/helmsman.toml @@ -4,9 +4,8 @@ maintainer = "matfax (mat@fax.fyi)" description = "Azure Kubernetes Autoscaling Service" [settings] -kubeContext = "akscale" +kubeContext = "$AKS_CLUSTER_NAME" storageBackend = "secret" -serviceAccount = "akscale-sa" [namespaces] [namespaces.akscale]