summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi
diff options
context:
space:
mode:
authortheunrealgeek <theunrealgeek@gmail.com>2020-06-03 12:57:08 -0700
committertheunrealgeek <theunrealgeek@gmail.com>2020-06-03 12:57:08 -0700
commita338cd4e8a4c72dbdc1d460f3c19aff7871ee2c4 (patch)
treef81bf5794e82fb6161901864a7fedfdc22055809 /pkg/domain/infra/abi
parent10ebb74d6f4253ed88e9ebf8e278f66398ff7e3d (diff)
downloadpodman-a338cd4e8a4c72dbdc1d460f3c19aff7871ee2c4.tar.gz
podman-a338cd4e8a4c72dbdc1d460f3c19aff7871ee2c4.tar.bz2
podman-a338cd4e8a4c72dbdc1d460f3c19aff7871ee2c4.zip
Update comment related to seccomp profiles in play kube
Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
Diffstat (limited to 'pkg/domain/infra/abi')
-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 98b278271..e06251ca7 100644
--- a/pkg/domain/infra/abi/play.go
+++ b/pkg/domain/infra/abi/play.go
@@ -446,7 +446,7 @@ func kubeContainerToCreateConfig(ctx context.Context, containerYAML v1.Container
setupSecurityContext(&securityConfig, &userConfig, containerYAML)
// Since we prefix the container name with pod name to work-around the uniqueness requirement,
- // seccom stuff should reference the actual container name from the YAML
+ // the seccom profile should reference the actual container name from the YAML
// but apply to the containers with the prefixed name
securityConfig.SeccompProfilePath = seccompPaths.findForContainer(containerYAML.Name)