Guest User

Untitled

a guest
Jul 18th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. helm ls --short | xargs -L1 helm delete
  4. kubectl delete secrets/galaxy-admin-secret
  5. kubectl delete configmaps/galaxy-admin-user
  6. docker build -t "my-galaxy" . --no-cache
  7. helm install --set galaxy_image="my-galaxy",galaxy_image_registry="",pv_minikube="yes",galaxy_pull_policy="IfNotPresent",galaxy_admin_email="a@b.com",galaxy_admin_password="pheno123",galaxy_api_key="qwertyuio" galaxy-helm-repo/galaxy
Add Comment
Please, Sign In to add comment