mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
capitalization
This commit is contained in:
parent
6e8648f828
commit
c2e8fa843a
@ -61,7 +61,7 @@ Familiarity with [pods](pods.md) is suggested.
|
|||||||
- [glusterfs](#glusterfs)
|
- [glusterfs](#glusterfs)
|
||||||
- [rbd](#rbd)
|
- [rbd](#rbd)
|
||||||
- [gitRepo](#gitrepo)
|
- [gitRepo](#gitrepo)
|
||||||
- [Secrets](#secrets)
|
- [secret](#secret)
|
||||||
- [persistentVolumeClaim](#persistentvolumeclaim)
|
- [persistentVolumeClaim](#persistentvolumeclaim)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
@ -358,7 +358,7 @@ mounts an empty directory and clones a git repository into it for your pod to
|
|||||||
use. In the future, such volumes may be moved to an even more decoupled model,
|
use. In the future, such volumes may be moved to an even more decoupled model,
|
||||||
rather than extending the Kubernetes API for every such use case.
|
rather than extending the Kubernetes API for every such use case.
|
||||||
|
|
||||||
### Secrets
|
### secret
|
||||||
|
|
||||||
A `secret` volume is used to pass sensitive information, such as passwords, to
|
A `secret` volume is used to pass sensitive information, such as passwords, to
|
||||||
pods. You can store secrets in the Kubernetes API and mount them as files for
|
pods. You can store secrets in the Kubernetes API and mount them as files for
|
||||||
|
Loading…
Reference in New Issue
Block a user