From b1fac6dfc8a298402587ebde2e04f6131be8e5a9 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 23:28:37 -0800 Subject: [PATCH] ops(traefik): add pointless annotation --- k8s/system/traefik/application.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/k8s/system/traefik/application.yaml b/k8s/system/traefik/application.yaml index 553ecb3e..d857aace 100644 --- a/k8s/system/traefik/application.yaml +++ b/k8s/system/traefik/application.yaml @@ -17,14 +17,13 @@ spec: service: spec: loadBalancerIP: "10.1.1.6" + ingressRoute: + dashboard: + annotations: + make-the-diff: go-away destination: namespace: kube-system name: in-cluster syncPolicy: syncOptions: - - ServerSideApply=true - ignoreDifferences: - - group: "*" - kind: IngressRoute - jsonPointers: - - /metadata/annotations \ No newline at end of file + - ServerSideApply=true \ No newline at end of file