diff options
author | Peter Hunt <pehunt@redhat.com> | 2020-01-03 10:15:03 -0500 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2020-01-03 13:27:17 -0500 |
commit | b6792b61de7706ad6019a98db23c2a62753b1bde (patch) | |
tree | 75c4b9c1f428103b1b52565fcbba9607e186272a /completions/bash | |
parent | 50b44463760a224cd72e0920f03ed2041689bc63 (diff) | |
download | podman-b6792b61de7706ad6019a98db23c2a62753b1bde.tar.gz podman-b6792b61de7706ad6019a98db23c2a62753b1bde.tar.bz2 podman-b6792b61de7706ad6019a98db23c2a62753b1bde.zip |
play kube: make seccomp handling better conform to k8s
Add flag --seccomp-profile-root in play kube to allow users to specify where to look for seccomp profiles
update tests
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 40be0018b..c23d156bc 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2672,6 +2672,7 @@ _podman_play_kube() { --quiet -q --tls-verify + --seccomp-profile-root " case "$cur" in |