You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial test deployment
* path update
* yaml rename
* swapping out github links for main azure-arc repo
* Update acsa-deploy.yaml
* Update container name to use mcr
$principalID= az k8s-extension list --cluster-name $env:arcClusterName--resource-group $env:resourceGroup--cluster-type connectedClusters --query "[?extensionType=='microsoft.arc.containerstorage'].identity.principalId | [0]"-o tsv
387
+
388
+
az role assignment create --assignee-object-id $principalID--assignee-principal-type ServicePrincipal --role "Storage Blob Data Owner"--scope "/subscriptions/$Env:subscriptionId/resourceGroups/$env:resourceGroup/providers/Microsoft.Storage/storageAccounts/$env:storageAccountName"
### This name must match the volumes.name attribute below ###
47
55
- name: blob
48
56
### This mountPath is where the PVC will be attached to the pod's filesystem ###
49
-
mountPath: "/app/esa_storage"
57
+
mountPath: "/app/acsa_storage"
50
58
volumes:
51
59
### User-defined 'name' that will be used to link the volumeMounts. This name must match volumeMounts.name as specified above. ###
52
60
- name: blob
53
61
persistentVolumeClaim:
54
62
### This claimName must refer to the PVC resource 'name' as defined in the PVC config. This name will match what your PVC resource was actually named. ###
0 commit comments