Commit 9b9985bf authored by Clay McLeod's avatar Clay McLeod Committed by David McKay

docs: fix volume mounting example

parent b20c10f2
...@@ -260,11 +260,11 @@ with the behavior of other charts provided by Influxdata. ...@@ -260,11 +260,11 @@ with the behavior of other charts provided by Influxdata.
```yaml ```yaml
volumes: volumes:
- name: ssl-cert-volume - name: ssl-cert-volume
secret: secret:
secretName: secret-name secretName: secret-name
mountPoints: mountPoints:
- name: ssl-cert-volume - name: ssl-cert-volume
mountPath: /etc/ssl/certs/selfsigned/ mountPath: /etc/ssl/certs/selfsigned/
readOnly: true readOnly: true
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment