fix: ignore cpu limit diffs for redis
This commit is contained in:
@@ -32,3 +32,8 @@ spec:
|
|||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: kustomizations/redis/{{ env }}
|
path: kustomizations/redis/{{ env }}
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: apps
|
||||||
|
kind: StatefulSet
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.spec.template.spec.containers[].resources.limits.cpu'
|
||||||
|
|||||||
Reference in New Issue
Block a user