This commit is contained in:
Lynn Orrell 2019-11-29 16:45:57 -06:00
commit c8c25bc7d6
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Visual Studio 2015/2017/2019 cache/options directory
.vs/

View File

@ -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
```

View File

@ -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"
```