Skip to content
Snippets Groups Projects
Verified Commit 4eebb79d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

disable debug

parent f78cbef6
No related branches found
No related tags found
No related merge requests found
Pipeline #197625 passed
......@@ -44,6 +44,6 @@ deploy_livekit:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- cd livekit-helm/livekit-server
- helm --debug upgrade --install -n $KUBE_NAMESPACE $CI_ENVIRONMENT_SLUG-livekit ./
- helm upgrade --install -n $KUBE_NAMESPACE $CI_ENVIRONMENT_SLUG-livekit ./
--set livekit.keys.api=$LIVEKIT_API_KEY
-f ../../values_livekit.yaml
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