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 @@ -57,8 +57,8 @@ volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existi
57
57
58
58
- create a Kubernetes secret for ` nodeStageSecretRef.name `
59
59
``` console
60
- kubectl create secret generic azure-secret --from-literal accountname="xxx" accountkey="xxx" --type=Opaque
61
- kubectl create secret generic azure-secret --from-literal accountname="xxx" azurestorageaccountsastoken="xxx" --type=Opaque
60
+ kubectl create secret generic azure-secret --from-literal accountkey="xxx" --type=Opaque
61
+ kubectl create secret generic azure-secret --from-literal azurestorageaccountsastoken="xxx" --type=Opaque
62
62
kubectl create secret generic azure-secret --from-literal msisecret="xxx" --type=Opaque
63
63
kubectl create secret generic azure-secret --from-literal azurestoragespnclientsecret="xxx" --type=Opaque
64
64
```
You can’t perform that action at this time.
0 commit comments