From 39dde9bcb7b3a01395522d51afe42a1cae92be15 Mon Sep 17 00:00:00 2001 From: Eduardo Vega Date: Thu, 24 Sep 2020 08:27:01 -0600 Subject: Enable k8s configmaps as flags for play kube Signed-off-by: Eduardo Vega --- pkg/domain/entities/play.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/domain/entities/play.go') diff --git a/pkg/domain/entities/play.go b/pkg/domain/entities/play.go index 2ba369b83..356e6869d 100644 --- a/pkg/domain/entities/play.go +++ b/pkg/domain/entities/play.go @@ -24,6 +24,8 @@ type PlayKubeOptions struct { // SeccompProfileRoot - path to a directory containing seccomp // profiles. SeccompProfileRoot string + // ConfigMaps - slice of pathnames to kubernetes configmap YAMLs. + ConfigMaps []string } // PlayKubePod represents a single pod and associated containers created by play kube -- cgit v1.2.3-54-g00ecf