From 3df0d5568a6c475d7d3039361dbe2f8e3a37b262 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 19 Feb 2020 09:57:41 +0000 Subject: [PATCH] [19.02.20] Kubernetes cluster rebuilt, name changed --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 2feb779..1a2cbff 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -63,7 +63,7 @@ try { ) { sh "doctl auth init --access-token '${DOCTL_TOKEN}'" // sh "snap connect doctl:kube-config" - sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster" + sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production" } sh "kubectl get serviceaccounts/cicd -o yaml" }