mirror of https://github.com/dapr/docs.git
Fix typo
This commit is contained in:
parent
f0d8999c35
commit
288091c10a
|
|
@ -30,7 +30,7 @@ spec:
|
|||
|
||||
In this example, the Redis component is only accessible to Dapr instances running inside the `production` namespace.
|
||||
|
||||
### Example of component namsespacing in self-hosted mode
|
||||
### Example of component namespacing in self-hosted mode
|
||||
|
||||
In self hosted mode, a developer can specify the namespace to a Dapr instance by setting the `NAMESPACE` environment variable.
|
||||
If the `NAMESPACE` environment variable is set, Dapr will not load any component that does not specify the same namespace in its metadata.
|
||||
|
|
@ -81,4 +81,4 @@ scopes:
|
|||
|
||||
## Example
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/8W-iBDNvCUM?start=1763" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/8W-iBDNvCUM?start=1763" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
|
|
|||
Loading…
Reference in New Issue