From 40fe98ba7d0f83f83dfbe13f1daa3e66a0ad9ef0 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 23:08:10 -0800 Subject: [PATCH] ops(traefik): ignore differences, you can tell it's 11pm --- k8s/system/traefik/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/system/traefik/application.yaml b/k8s/system/traefik/application.yaml index c057de64..953e7a18 100644 --- a/k8s/system/traefik/application.yaml +++ b/k8s/system/traefik/application.yaml @@ -23,8 +23,8 @@ spec: syncPolicy: syncOptions: - ServerSideApply=true - ignoreChanges: - - group: "*" + ignoreDifferences: + - group: traefik.io kind: IngressRoute jsonPointers: - /metadata/annotations \ No newline at end of file