From 6e979255aef50abc2947cacc3fd086b94fe392a7 Mon Sep 17 00:00:00 2001 From: Supichai Pothong Date: Wed, 11 Oct 2023 16:46:13 +0700 Subject: [PATCH] [update] pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0b8ae3f..9ba75e8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: name: Deploy to kubernates image: atlassian/pipelines-kubectl script: - - echo $KUBE_CONFIG_DELL | base64 -d > kubeconfig + - echo $KUBE_CONFIG | base64 -d > kubeconfig - kubectl --insecure-skip-tls-verify --kubeconfig=kubeconfig rollout restart deployment/cathaypay-web-deployment -n chp definitions: services: