From cbfa251276a021f79965ddd9aa79ac2558fd4828 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 16 Nov 2021 14:52:30 +0100 Subject: [PATCH] setup deployment pipeline --- bitbucket-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 27483ba..f556a27 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -63,16 +63,16 @@ pipelines: - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG - KUBECTL_COMMAND: 'rollout restart deployment/coturn' + KUBECTL_COMMAND: '-n cotrun rollout restart deployment/coturn' - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG - KUBECTL_COMMAND: 'kubectl -n coturn-dns rollout status -w deployment/coturn' + KUBECTL_COMMAND: '-n coturn rollout status -w deployment/coturn' - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG - KUBECTL_COMMAND: 'rollout restart deployment/coturn-dns' + KUBECTL_COMMAND: '-n coturn-dns rollout restart deployment/coturn-dns' - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG - KUBECTL_COMMAND: 'kubectl -n coturn-dns rollout status -w deployment/coturn-dns' \ No newline at end of file + KUBECTL_COMMAND: '-n coturn-dns rollout status -w deployment/coturn-dns' \ No newline at end of file