diff --git a/etc/k8s/deploy-staging.ps1 b/etc/k8s/deploy-staging.ps1 new file mode 100644 index 00000000..70a88e57 --- /dev/null +++ b/etc/k8s/deploy-staging.ps1 @@ -0,0 +1,3 @@ +param ($version='latest') + +helm upgrade --install eshop eshoponabp --namespace eshop --create-namespace --set global.eventHubImageVersion=$version \ No newline at end of file