Skip to content

Commit

Permalink
Fixes cache buster doc bug (istio#3493)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fixes cache buster doc bug

cache_buster.yaml incorrectly documented the direction of caching. This PR fixes the documentation to reflect the correct direction of caching.
  • Loading branch information
Daneyon Hansen authored and istio-merge-robot committed Feb 14, 2018
1 parent 2ea26e8 commit a329d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cache_buster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: rule
metadata:
name: mixercachebuster
spec:
# one direction 1->2 won't be cached, 2->1 will use the cache
# one direction 1->2 will use the cache, while 2->1 will not use the cache.
# TODO: parametrize the namespace of find a way to get short names to work:
# TODO: this appears to always bust the cache, even if dest is echosrv1 !
match: destination.service == "echosrv1.istio.svc.cluster.local" && request.headers["x-request-id"] == "foo"
Expand Down

0 comments on commit a329d4f

Please sign in to comment.