Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created November 29, 2018 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tocacar/5eaab03ad122ae303d5bc08314ce7073 to your computer and use it in GitHub Desktop.
Save Tocacar/5eaab03ad122ae303d5bc08314ce7073 to your computer and use it in GitHub Desktop.
helm upgrade ${APPLICATION_DEPLOY_NAME}
./helm_deploy/apply-for-legal-aid/. \
--install --wait \
--tiller-namespace=${KUBE_ENV_UAT_NAMESPACE} \
--namespace=${KUBE_UAT_UAT_NAMESPACE} \
--values
./helm_deploy/apply-for-legal-aid/values-uat.yaml \
--set image.repository="${APP_REPOSITORY}" \
--set image.tag="${CIRCLE_SHA1}" \
--set ingress.hosts="{${UAT_HOST}}" \
--set replicaCount="2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment