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'