diff options
author | Cosmin Tupangiu <cosmin@redhat.com> | 2022-05-23 17:06:51 +0200 |
---|---|---|
committer | Cosmin Tupangiu <cosmin@redhat.com> | 2022-05-23 17:06:51 +0200 |
commit | e22611baf7d10ea4f16d25a1bde1e18b19617ed1 (patch) | |
tree | 3e1c72f9708b54ca236064c40bccd40ad7cc809f /docs/source/markdown/podman-play-kube.1.md | |
parent | ac154425d60042ce306ddaa6db10fe046b99683d (diff) | |
download | podman-e22611baf7d10ea4f16d25a1bde1e18b19617ed1.tar.gz podman-e22611baf7d10ea4f16d25a1bde1e18b19617ed1.tar.bz2 podman-e22611baf7d10ea4f16d25a1bde1e18b19617ed1.zip |
fix typo
Signed-off-by: Cosmin Tupangiu <cosmin@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-play-kube.1.md')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 83e309289..08bb2a5bc 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -20,7 +20,7 @@ Currently, the supported Kubernetes kinds are: `Kubernetes Pods or Deployments` -Only two volume types are supported by play kube, the *hostPath* and *persistentVolumeClaim* volume types. For the *hostPath* volume type, only the *default (empty)*, *DirectoryOrCreate*, *Directory*, *FileOrCreate*, *File*, *Socket, CharDevice* and *BlockDevice* subtypes are supported. Podman interprets the value of *hostPath* *path* as a file path when it contains at least one forward slash, otherwise Podman treats the value as the name of a named volume. When using a *persistentVolumeClaim*, the value for *claimName* is the name for the Podman named volume. +Only two volume types are supported by play kube, the *hostPath* and *persistentVolumeClaim* volume types. For the *hostPath* volume type, only the *default (empty)*, *DirectoryOrCreate*, *Directory*, *FileOrCreate*, *File*, *Socket*, *CharDevice* and *BlockDevice* subtypes are supported. Podman interprets the value of *hostPath* *path* as a file path when it contains at least one forward slash, otherwise Podman treats the value as the name of a named volume. When using a *persistentVolumeClaim*, the value for *claimName* is the name for the Podman named volume. Note: When playing a kube YAML with init containers, the init container will be created with init type value `always`. |