samples/batch-file-processing/scripts-bash/deploy_dapr_aks.sh

5 lines
161 B
Bash

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