operator-framework / operator-lifecycle-manager

A management framework for extending Kubernetes with Operators
https://olm.operatorframework.io
Apache License 2.0
1.72k stars 545 forks source link

chart does not install #2691

Open Morriz opened 2 years ago

Morriz commented 2 years ago

Bug Report

The latest chart in release 4.9 does not install correctly because it references command args with a single dash. After updating them to use a double dash -- the install runs fine.

What did you do?

What did you expect to see? Successful install

What did you see instead? Under which circumstances? An error in the catalog operator container:

Error: unknown shorthand flag: 'n' in -namespace

Environment

The final images pulled are:

1.21

Possible Solution use double dashes

Additional context Add any other context about the problem here.

timflannagan commented 2 years ago

Introduced this behavior in #2362. Note: It looks like we'd need to cut a new minor version release. I think the short term fix is to avoid using the default master branch tag, and use a release specific one.

timflannagan commented 2 years ago

@Morriz This should be fixed in the v0.21.0 tag which just got released.