Skip to content

Commit

Permalink
docs(azure-key-vault-provider): fix typo in README
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Jul 17, 2024
1 parent 10dedd9 commit ee19fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ az role assignment create --assignee $CURRENT_USER_ID \
--scope $KV_SCOPE

# Create a test secret called 'secret` in the Azure Key Vault instance
az keyvault secret set -n secret --vault-name $KV_NAME --value secret_value --onone
az keyvault secret set -n secret --vault-name $KV_NAME --value secret_value -o none
```

## 3. Create a Service Principal and Role Assignment for Spin:
Expand Down

0 comments on commit ee19fed

Please sign in to comment.