Skip to content

Commit

Permalink
Add back spec.selector removed by knative#2265. (knative#2271)
Browse files Browse the repository at this point in the history
The change seems to break upgrade from previous version, since
Spec.Selector is an immutable field.
  • Loading branch information
tcnghia authored and mgencur committed Oct 26, 2018
1 parent 7d45ba3 commit b84b12b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/202-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ metadata:
knative: ingressgateway
spec:
replicas: 1
selector:
matchLabels:
app: knative-ingressgateway
knative: ingressgateway
template:
metadata:
labels:
Expand Down

0 comments on commit b84b12b

Please sign in to comment.