flagger
flagger copied to clipboard
flagger doesnt support name in services.match
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