diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-13 21:00:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 21:00:16 +0200 |
commit | c64388728f5efec2658cf9097dbe15126f30753e (patch) | |
tree | d1ebb173b4d7b8bc13f5f0051881c4ef5b713b7a /docs/source/markdown/podman-kube-play.1.md.in | |
parent | ad529f31d82796c17c5a3dde5fed20b84d5bd256 (diff) | |
parent | 76eb06330f9e88cab6d19449f13e4aecba21027a (diff) | |
download | podman-c64388728f5efec2658cf9097dbe15126f30753e.tar.gz podman-c64388728f5efec2658cf9097dbe15126f30753e.tar.bz2 podman-c64388728f5efec2658cf9097dbe15126f30753e.zip |
Merge pull request #15784 from edsantiago/docs_dedup_tlsverify
[CI:DOCS] Man pages: refactor common options: --tls-verify
Diffstat (limited to 'docs/source/markdown/podman-kube-play.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-kube-play.1.md.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-kube-play.1.md.in b/docs/source/markdown/podman-kube-play.1.md.in index 6bf3acc9b..e4e1199e6 100644 --- a/docs/source/markdown/podman-kube-play.1.md.in +++ b/docs/source/markdown/podman-kube-play.1.md.in @@ -219,11 +219,7 @@ Directory path for seccomp profiles (default: "/var/lib/kubelet/seccomp"). (This Start the pod after creating it, set to false to only create it. -#### **--tls-verify** - -Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true, -then TLS verification will be used. If set to false, then TLS verification will not be used. If not specified, -TLS verification will be used unless the target registry is listed as an insecure registry in registries.conf. +@@option tls-verify @@option userns.container ## EXAMPLES |