Skip to content

Commit

Permalink
Use new label for defining a cluster-local Knative Service (#5403)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Thömmes <markusthoemmes@me.com>
  • Loading branch information
knative-prow-robot and markusthoemmes authored Jun 16, 2021
1 parent 6d63984 commit 6aa0b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upgrade/prober/forwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (p *prober) forwarderKService(name, namespace string) *unstructured.Unstruc
"name": name,
"namespace": namespace,
"labels": map[string]string{
"serving.knative.dev/visibility": "cluster-local",
"networking.knative.dev/visibility": "cluster-local",
},
},
"spec": map[string]interface{}{
Expand Down

0 comments on commit 6aa0b41

Please sign in to comment.