Expected Behavior
When the traffic is routed to the activator, it should find the correct revision. Maybe add some header in the request.
Actual Behavior
The revision is found in activator using hard coded value:
revision, err := revisionClient.Get("configuration-example-00001", metav1.GetOptions{})
Expected Behavior
When the traffic is routed to the activator, it should find the correct revision. Maybe add some header in the request.
Actual Behavior
The revision is found in activator using hard coded value:
revision, err := revisionClient.Get("configuration-example-00001", metav1.GetOptions{})