Merge pull request #3209 from ms4720/master
Fix: update config map name
This commit is contained in:
commit
9cf4f9e7ae
1 changed files with 2 additions and 2 deletions
|
@ -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 -
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue