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