Commit f268bd56 authored by Никита Ульяницкий's avatar Никита Ульяницкий :speech_balloon:
Browse files

дебаг на dev

parent 5a72a273
Branches
Tags
1 merge request!3Выкатка на прод
Pipeline #1049 failed with stages
in 26 seconds
Showing with 3 additions and 0 deletions
......@@ -30,6 +30,9 @@ deploy-dev:
script:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- kubectl config view
- kubectl config current-context
- kubectl auth can-i get deployments --as=system:serviceaccount:gitlab-runner:gitlab-runner -n dev-namespace
- kubectl apply -f k8s/dev/deployment.yaml
- kubectl apply -f k8s/dev/service.yaml
- kubectl apply -f k8s/dev/ingress.yaml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment