Skip to content

Commit

Permalink
fix: Azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Jun 21, 2024
1 parent d06013b commit 2c9917e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/stream/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export ETCD_STORAGE_CLASS_NAME=
. ./common.sh

# Azure specific part of the deploy
kubectl apply -f ./kubernetes/deploy/cloud/azure/service.yaml
kubectl apply -f ./kubernetes/deploy/cloud/azure/service-api.yaml
kubectl apply -f ./kubernetes/deploy/cloud/azure/service-http-source.yaml

# Wait for the rollout
. ./wait.sh
Expand Down

0 comments on commit 2c9917e

Please sign in to comment.