diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-30 14:34:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 14:34:26 -0400 |
commit | 9911813c2282b71fb412756fe868e8fef6ec80b9 (patch) | |
tree | 8dbb9c9f8f567a9934a115bc4fbc225b8b6a26ab /pkg/domain | |
parent | d8bdbf5b66c860a73f5d4e301535c0ee40d8d719 (diff) | |
parent | 128e168be598f76dcccfea2799e7b6015a1e929b (diff) | |
download | podman-9911813c2282b71fb412756fe868e8fef6ec80b9.tar.gz podman-9911813c2282b71fb412756fe868e8fef6ec80b9.tar.bz2 podman-9911813c2282b71fb412756fe868e8fef6ec80b9.zip |
Merge pull request #11812 from baude/v34backportplaygen
Support selinux options with bind mounts play/gen
Diffstat (limited to 'pkg/domain')
-rw-r--r-- | pkg/domain/infra/abi/play.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/play.go b/pkg/domain/infra/abi/play.go index b32598126..b78e24547 100644 --- a/pkg/domain/infra/abi/play.go +++ b/pkg/domain/infra/abi/play.go @@ -319,8 +319,8 @@ func (ic *ContainerEngine) playKubePod(ctx context.Context, podName string, podY if err != nil { return nil, err } - specgenOpts := kube.CtrSpecGenOptions{ + Annotations: annotations, Container: initCtr, Image: pulledImage, Volumes: volumes, |