mirror of https://github.com/dapr/docs.git
Replacing `defaultAcess` to `defaultAccess` (#835)
* Replacing `defaultAcess` to `defaultAccess` * Another typo
This commit is contained in:
parent
1459d59475
commit
38f4569741
|
@ -113,7 +113,7 @@ The `secrets` section under the `Configuration` spec contains the following prop
|
|||
secrets:
|
||||
scopes:
|
||||
- storeName: kubernetes
|
||||
defaultAcess: allow
|
||||
defaultAccess: allow
|
||||
allowedSecrets: ["redis-password"]
|
||||
- storeName: localstore
|
||||
defaultAccess: allow
|
||||
|
|
Loading…
Reference in New Issue