maybe just a typo

This commit is contained in:
Blair Vanderlugt 2021-08-23 11:58:16 -07:00
parent a3c0539114
commit bca5d4d09f
1 changed files with 2 additions and 15 deletions

View File

@ -15,19 +15,6 @@ stages:
deploy-k8s-dev:
stage: deploy
variables:
CI_DEBUG_TRACE: "true"
tags:
- dev
- k8s
script:
- ls
- kubectl -n grassroots get po
only:
- bvander/deploy-to-k8s-dev
deploy:
stage: deploy
image: dtzar/helm-kubectl
variables:
@ -36,8 +23,8 @@ deploy:
- kubectl config set-cluster k8s --server="${K8S_DEV_SERVER}"
- kubectl config set clusters.k8s.certificate-authority-data ${K8S_DEV_CERTIFICATE_AUTHORITY_DATA}
- kubectl config set-credentials gitlab --token="${K8S_DEV_USER_TOKEN}"
- kubectl config set-context grassroots --cluster=k8s --user=gitlab
- kubectl config use-context grassroots
- kubectl config set-context default --cluster=k8s --user=gitlab
- kubectl config use-context default
#- sed -i "s/<VERSION>/${CI_COMMIT_SHORT_SHA}/g" deployment.yaml
#- kubectl apply -f deployment.yaml
- kubectl get po