diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 34cd580..046f236 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -122,7 +122,7 @@ pipelines: - sed -i "s|{{coturn_dns_image}}|$COTURN_DNS_IMAGE|g" k8s/coturn-dns/production-coturn-dns.yaml - pipe: atlassian/kubectl-run:1.1.2 variables: - KUBE_CONFIG: $KUBE_CONFIG + KUBE_CONFIG: $KUBE_CONFIG_PRD KUBECTL_COMMAND: 'apply' RESOURCE_PATH: 'k8s/linode-autoscaler/production-coturn-autoscaler.yaml' - pipe: atlassian/kubectl-run:1.1.2