From 94c4a60b0fc2b1167221498be29591cd780f060c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 12 Oct 2022 15:04:02 +0200 Subject: [PATCH] fix outofsync deploymentconfigs --- infrastructure.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure.yaml b/infrastructure.yaml index 01e5acc..7d530cd 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -22,3 +22,7 @@ spec: automated: prune: true selfHeal: false + ignoreDifferences: + - jqPathExpressions: + - .spec.template.spec.containers[].image + kind: DeploymentConfig