From 3f340772d920d1fc162358f0bd7612fc89e592c0 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 23:00:43 -0800 Subject: [PATCH] ops(traefik): ignore ingress route annotation --- k8s/system/traefik/application.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/k8s/system/traefik/application.yaml b/k8s/system/traefik/application.yaml index 858d3c3c..e120d288 100644 --- a/k8s/system/traefik/application.yaml +++ b/k8s/system/traefik/application.yaml @@ -22,4 +22,9 @@ spec: name: in-cluster syncPolicy: syncOptions: - - ServerSideApply=true \ No newline at end of file + - ServerSideApply=true + ignoreChanges: + - group: traefik.io/v1alpha1 + kind: IngressRoute + jsonPointers: + metadata/annotations \ No newline at end of file