aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-30 14:34:26 -0400
committerGitHub <noreply@github.com>2021-09-30 14:34:26 -0400
commit9911813c2282b71fb412756fe868e8fef6ec80b9 (patch)
tree8dbb9c9f8f567a9934a115bc4fbc225b8b6a26ab /pkg/domain
parentd8bdbf5b66c860a73f5d4e301535c0ee40d8d719 (diff)
parent128e168be598f76dcccfea2799e7b6015a1e929b (diff)
downloadpodman-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.go2
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,