summaryrefslogtreecommitdiff
path: root/pkg/bindings
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:36:00 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:36:00 +0200
commitc9279d4d933dd56653ddf50d5a2482439e8f3648 (patch)
tree24ba6cd0273f2e0f50e9ef1180e73a18e8455d32 /pkg/bindings
parent462cb3370daa0721368ccd91a122a7f9900dfedf (diff)
downloadpodman-c9279d4d933dd56653ddf50d5a2482439e8f3648.tar.gz
podman-c9279d4d933dd56653ddf50d5a2482439e8f3648.tar.bz2
podman-c9279d4d933dd56653ddf50d5a2482439e8f3648.zip
pkg/bindings/play/play.go: drop TODO message
As already done in a previous commit: a global system context does not make sense for bindings, so remove the message. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/bindings')
-rw-r--r--pkg/bindings/play/play.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/bindings/play/play.go b/pkg/bindings/play/play.go
index 8058a8514..0261b0250 100644
--- a/pkg/bindings/play/play.go
+++ b/pkg/bindings/play/play.go
@@ -46,7 +46,6 @@ func KubeWithBody(ctx context.Context, body io.Reader, options *KubeOptions) (*e
params.Set("start", strconv.FormatBool(options.GetStart()))
}
- // TODO: have a global system context we can pass around (1st argument)
header, err := auth.MakeXRegistryAuthHeader(&types.SystemContext{AuthFilePath: options.GetAuthfile()}, options.GetUsername(), options.GetPassword())
if err != nil {
return nil, err