Skip to content

Commit

Permalink
Merge pull request #754 from Miciah/pkg-slash-asset-rename-ingress-co…
Browse files Browse the repository at this point in the history
…nfig

pkg/asset: Rename ingress config
  • Loading branch information
openshift-merge-robot authored Nov 28, 2018
2 parents 7e7c26f + 9b0c84e commit b8c292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/manifests/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (ing *Ingress) Generate(dependencies asset.Parents) error {
Kind: "Ingress",
},
ObjectMeta: metav1.ObjectMeta{
Name: "default",
Name: "cluster",
// not namespaced
},
Spec: configv1.IngressSpec{
Expand Down

0 comments on commit b8c292e

Please sign in to comment.