mirror of https://github.com/dapr/docs.git
Merge branch 'master' of https://github.com/dapr/docs
This commit is contained in:
commit
c8c25bc7d6
|
@ -0,0 +1,2 @@
|
|||
# Visual Studio 2015/2017/2019 cache/options directory
|
||||
.vs/
|
|
@ -54,7 +54,7 @@ spec:
|
|||
Finally, deploy the Dapr configurations:
|
||||
|
||||
```bash
|
||||
kubectl apply -f config.yaml
|
||||
kubectl apply -f tracing.yaml
|
||||
kubectl apply -f zipkin.yaml
|
||||
```
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ We can use [Helm](https://helm.sh/) to quickly create a Redis instance in our Ku
|
|||
|
||||
Add this password as the `redisPassword` value in your redis.yaml file. For example:
|
||||
```yaml
|
||||
- name: redisHost
|
||||
- name: redisPassword
|
||||
value: "lhDOkwTlp0"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue