mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
Merge pull request #69 from zioproto/issues/57
docs: walkthrough, make consistent the volume name
This commit is contained in:
commit
8c6dba34d9
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
# make your configmap available as a volume, so that you can
|
# make your configmap available as a volume, so that you can
|
||||||
# mount in the Prometheus config from earlier
|
# mount in the Prometheus config from earlier
|
||||||
- name: config-volume
|
- name: prom-config
|
||||||
configMap:
|
configMap:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue