Skip to content

Commit

Permalink
Update enhancements/ingress/default-apps-domain.md
Browse files Browse the repository at this point in the history
Co-authored-by: Miciah Dashiel Butler Masters <[email protected]>
  • Loading branch information
dustman9000 and Miciah authored Oct 8, 2020
1 parent 10b227e commit 05417c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enhancements/ingress/default-apps-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Implementation of this enhancement requires changes in the following repositorie
* openshift/cluster-openshift-apiserver-operator
In [config/v1/types_ingress.go](https://github.com/openshift/api/blob/master/config/v1/types_ingress.go) of [openshift/api](https://github.com/openshift/api), add new field: `appsDomain`.
In [observe_ingresses.go](https://github.com/openshift/cluster-openshift-apiserver-operator/blob/master/pkg/operator/configobservation/ingresses/observe_ingresses.go) of [openshift/cluster-openshift-apiserver-operator](https://github.com/openshift/cluster-openshift-apiserver-operator), add logic to check if `appsDomain` is set. If that field is set use it insead of Spec.Domain for the value of `routingDomain`.
In [observe_ingresses.go](https://github.com/openshift/cluster-openshift-apiserver-operator/blob/master/pkg/operator/configobservation/ingresses/observe_ingresses.go) of [openshift/cluster-openshift-apiserver-operator](https://github.com/openshift/cluster-openshift-apiserver-operator), add logic to check if `appsDomain` is set. If that field is set, use it instead of `spec.Domain` for the value of `routingDomain`.

### Risks and Mitigations

Expand Down

0 comments on commit 05417c1

Please sign in to comment.