Skip to content
Snippets Groups Projects
Commit 34ac2583 authored by Dima Mishin's avatar Dima Mishin :alien:
Browse files

Update .gitlab-ci.yml

parent 23de5c89
No related merge requests found
Checking pipeline status
...@@ -4,9 +4,9 @@ image: ...@@ -4,9 +4,9 @@ image:
deploy-helm: deploy-helm:
script: script:
- kubectl config view #- kubectl config view
- kubectl version #- kubectl version
- kubectl cluster-info #- 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