sets the right path for config file

The configmap is mounted under /etc/adapter/config.yaml instead of /default/adapter-config.yaml
This commit is contained in:
Aabed 2018-07-22 10:39:34 +02:00 committed by GitHub
parent 3fc2dbdf71
commit beb6bb9663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ spec:
- --prometheus-url=http://prometheus.prom.svc:9090/
- --metrics-relist-interval=1m
- --v=10
- --config=/default-config.yaml
- --config=/etc/adapter/config.yaml
ports:
- containerPort: 6443
volumeMounts: