adds terraform apply

This commit is contained in:
Victor Barba Martin 2021-11-17 15:49:56 +01:00
parent 679fef3c3f
commit 433838e552
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipelines:
- step: - step:
name: Deploy K8s apps (staging) name: Deploy K8s apps (staging)
script: script:
- pipe: atlassian/kubectl-run:1.1.2 - pipe: atlassian/kubectl-run:3.1.2
variables: variables:
KUBE_CONFIG: $KUBE_CONFIG_STG KUBE_CONFIG: $KUBE_CONFIG_STG
KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging' KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'