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