From 3b0b26109272a5f1b0b42d6d0b1610d47d2ee4f8 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 19 Jun 2024 13:07:59 +0200 Subject: [PATCH] fix: ignore cpu limit diffs for redis --- applications/redis.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/redis.yaml b/applications/redis.yaml index 3cd150df..ef50ac19 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -32,3 +32,8 @@ spec: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main path: kustomizations/redis/{{ env }} + ignoreDifferences: + - group: apps + kind: StatefulSet + jqPathExpressions: + - '.spec.template.spec.containers[].resources.limits.cpu'