From b33f16c88f3290c833ec016a61fbd12eaef01cf4 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 15:52:49 +0100 Subject: [PATCH] adds terraform apply --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b549045..73f675e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -46,11 +46,11 @@ pipelines: - cd terraform/ - terraform init - terraform plan - - terraform apply + - terraform apply -input=false -auto-approve - step: name: Deploy K8s apps (staging) script: - - pipe: atlassian/kubectl-run:3.1.2 + - pipe: atlassian/kubectl-run:3.1.2s variables: KUBE_CONFIG: $KUBE_CONFIG_STG KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'