From 155ac8760c70ceccd2ed418d04061a42eff6008a Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 16:26:01 +0100 Subject: [PATCH] adds terraform apply --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 73f675e..0fc9b10 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -50,7 +50,7 @@ pipelines: - step: name: Deploy K8s apps (staging) script: - - pipe: atlassian/kubectl-run:3.1.2s + - pipe: atlassian/kubectl-run:3.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'