Merge pull request #3209 from ms4720/master

Fix: update config map name
This commit is contained in:
k8s-ci-robot 2018-10-09 03:59:28 -07:00 committed by GitHub
commit 9cf4f9e7ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ data:
enable-opentracing: "true"
zipkin-collector-host: zipkin.default.svc.cluster.local
metadata:
name: nginx-load-balancer-conf
name: nginx-configuration
namespace: kube-system
' | kubectl replace -f -
```
@ -129,7 +129,7 @@ In the zipkin interface we can see the details:
zipkin-collector-host: zipkin.default.svc.cluster.local
jaeger-collector-host: jaeger-collector.default.svc.cluster.local
metadata:
name: nginx-load-balancer-conf
name: nginx-configuration
namespace: kube-system
' | kubectl replace -f -
```