mirror of https://github.com/dapr/docs.git
fix: small typo replace semicolons with colons
there are a couple of semicolons that should be colons
This commit is contained in:
parent
d6ee882ff4
commit
3f30729457
|
|
@ -16,7 +16,7 @@ In self hosted mode the Dapr configuration is a configuration file, for example
|
|||
A Dapr sidecar can also apply a configuration by using a ```--config``` flag to the file path with ```dapr run``` CLI command.
|
||||
|
||||
#### Kubernetes sidecar
|
||||
In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example;
|
||||
In Kubernetes mode the Dapr configuration is a Configuration CRD, that is applied to the cluster. For example:
|
||||
|
||||
```bash
|
||||
kubectl apply -f myappconfig.yaml
|
||||
|
|
@ -41,7 +41,7 @@ Note: There are more [Kubernetes annotations]({{< ref "arguments-annotations-ove
|
|||
|
||||
### Sidecar configuration settings
|
||||
|
||||
The following configuration settings can be applied to Dapr application sidecars;
|
||||
The following configuration settings can be applied to Dapr application sidecars:
|
||||
- [Tracing](#tracing)
|
||||
- [Metrics](#metrics)
|
||||
- [Middleware](#middleware)
|
||||
|
|
|
|||
Loading…
Reference in New Issue