samples/batch-file-processing/scripts/deploy_dapr_aks.ps1

5 lines
161 B
PowerShell

helm repo add dapr https://dapr.github.io/helm-charts/
helm repo update
kubectl create namespace dapr-system
helm install dapr dapr/dapr --namespace dapr-system