Skip to content

Commit

Permalink
Add back spec.selector removed by knative#2265.
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
Nghia Tran committed Oct 19, 2018
1 parent 80dfb20 commit a52263f
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 a52263f

Please sign in to comment.