diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 12:36:00 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 12:36:00 +0200 |
commit | c9279d4d933dd56653ddf50d5a2482439e8f3648 (patch) | |
tree | 24ba6cd0273f2e0f50e9ef1180e73a18e8455d32 /pkg/bindings/play/play.go | |
parent | 462cb3370daa0721368ccd91a122a7f9900dfedf (diff) | |
download | podman-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/play/play.go')
-rw-r--r-- | pkg/bindings/play/play.go | 1 |
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 |