Closed netzzer closed 6 years ago
Using the option of: openshift-cic, openshift_hosted_registry_selector={"region":"infra"} fails to deploy the registry.
Needs to be modified to: openshift_registry_selector="region=infra"
This is not consistent with the selector for metrics and logging but it works.
Fixed with PR#17
Using the option of: openshift-cic, openshift_hosted_registry_selector={"region":"infra"} fails to deploy the registry.
Needs to be modified to: openshift_registry_selector="region=infra"
This is not consistent with the selector for metrics and logging but it works.