Skip to content

Commit

Permalink
Merge pull request #17 from vdice/docs/azure-key-vault-readme-typo-fix
Browse files Browse the repository at this point in the history
docs(azure-key-vault-provider): fix typo in README
  • Loading branch information
vdice authored Jul 25, 2024
2 parents 10dedd9 + ee19fed commit 3f4fd59
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 3f4fd59

Please sign in to comment.