Skip to content
Snippets Groups Projects
Commit aef01e38 authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Update .gitlab-ci.yml file

parent 40cf7c4f
No related branches found
No related tags found
No related merge requests found
Pipeline #67350 passed with stage
in 1 minute and 12 seconds
......@@ -31,6 +31,7 @@ deploy-dev:
- mkdir -p ~/.kube
- echo $KUBE_CONFIG | base64 -d > ~/.kube/config
- chmod 600 ~/.kube/config
# Extract auth token if available
- export TOKEN=$(kubectl config view --minify -o jsonpath='{.users[0].user.token}')
# Try token-based auth if available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment