Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
DO NOT MERGE: local canary deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs-msft committed Aug 15, 2018
1 parent 8c04c0b commit c9cf6ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/hack/deploy-local-canary.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

export REGISTRY=${REGISTRY:=$USER/}
make service-catalog-image service-catalog-push
helm upgrade --install catalog --namespace catalog charts/catalog \
--set image=${REGISTRY}service-catalog:canary \
--set imagePullPolicy=Always \
--set rbacEnable=true \
--set namespacedServiceBrokerDisabled=false \
--wait

0 comments on commit c9cf6ee

Please sign in to comment.