File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existi
56
56
57
57
- create a Kubernetes secret for ` nodeStageSecretRef.name `
58
58
``` console
59
- kubectl create secret generic azure-secret --from-literal azurestorageaccountkey="xxx" --type=Opaque
60
- kubectl create secret generic azure-secret --from-literal azurestorageaccountsastoken="xxx" --type=Opaque
59
+ kubectl create secret generic azure-secret --from-literal=azurestorageaccountname="xxx" --from-literal azurestorageaccountkey="xxx" --type=Opaque
60
+ kubectl create secret generic azure-secret --from-literal=azurestorageaccountname="xxx" --from-literal azurestorageaccountsastoken="xxx" --type=Opaque
61
61
kubectl create secret generic azure-secret --from-literal msisecret="xxx" --type=Opaque
62
62
kubectl create secret generic azure-secret --from-literal azurestoragespnclientsecret="xxx" --type=Opaque
63
63
```
You can’t perform that action at this time.
0 commit comments