When upgrading to operator 1.16.1, we get this error in the operator pod.
E0821 07:24:00.232023 1 runtime.go:79] Observed a panic: &fs.PathError{Op:"open", Path:"/opt/operator/config.yaml", Err:0x2} (open /opt/operator/config.yaml: no such file or directory)
It works fine with version 1.15.0. It looks like in the release note for 1.16.1 this error should have been fixed?