mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* test: unit test for respectIgnoreDifferences bug Signed-off-by: Jesse Suen <jesse@akuity.io> * test: simplify unit test Signed-off-by: Jesse Suen <jesse@akuity.io> * fix: fix calculating patch for respect ignore diff feature Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> --------- Signed-off-by: Jesse Suen <jesse@akuity.io> Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Co-authored-by: Jesse Suen <jesse@akuity.io>
24 lines
670 B
YAML
24 lines
670 B
YAML
apiVersion: projectcontour.io/v1
|
|
kind: HTTPProxy
|
|
metadata:
|
|
name: my-http-proxy
|
|
namespace: default
|
|
spec:
|
|
routes:
|
|
- rateLimitPolicy:
|
|
global:
|
|
descriptors:
|
|
- entries:
|
|
- requestHeaderValueMatch:
|
|
headers:
|
|
- contains: sample-key
|
|
name: sample-header
|
|
value: third
|
|
- requestHeader:
|
|
descriptorKey: sample-key
|
|
headerName: sample-header
|
|
- entries:
|
|
- requestHeader:
|
|
descriptorKey: sample-key
|
|
headerName: sample-header
|