Skip to content
Snippets Groups Projects
Commit 23de5c89 authored by Dung Vu's avatar Dung Vu
Browse files

Update .gitlab-ci.yml

parent f9788f05
No related branches found
No related tags found
No related merge requests found
Pipeline #30124 failed
...@@ -4,6 +4,9 @@ image: ...@@ -4,6 +4,9 @@ image:
deploy-helm: deploy-helm:
script: script:
- kubectl config view
- kubectl version
- kubectl cluster-info
- apk add gettext - apk add gettext
- envsubst < values.template.yaml > values.yaml - envsubst < values.template.yaml > values.yaml
- helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/ - helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
......
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