Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microshift: Use listenAddress value as null for microshift config
Because of https://issues.redhat.com//browse/OCPBUGS-35468 bug microshift is failed to start and as workaround the value of `listenAddress` should be `null`. It will fix following error ``` Jul 03 04:30:53 api.crc.testing microshift[1933]: ??? I0703 04:30:53.417607 1933 run.go:64] "Version" microshift="4.16.0" base="4.16.0" Jul 03 04:30:53 api.crc.testing microshift[1933]: ??? E0703 04:30:53.421007 1933 run.go:74] "command failed" err="invalid configuration: error validating ingress.listenAddress: interface not present in the host ```
- Loading branch information