flagger icon indicating copy to clipboard operation
flagger copied to clipboard

flagger doesnt support name in services.match

Open pitiwari opened this issue 4 years ago • 0 comments

i am trying to add name to match for flagger but getting yaml error, after researching online seems like only uri is supported as part of match. Pasting part of yaml below. If anybody was able to get it working please let me know

apiVersion: flagger.app/v1beta1 kind: Canary spec: targetRef: apiVersion: apps/v1 kind: Deployment service: match: - uri: prefix: / name: test-name

from this link "Flagger doesn't have support for multiple matches, the service.match only accepts URIs matches for all ports" seems like name is not supported

https://github.com/fluxcd/flagger/issues/434

pitiwari avatar Jan 28 '22 06:01 pitiwari