diff --git a/eu-central-1/argo-apps/nowchess/nowchess-staging.yaml b/eu-central-1/argo-apps/nowchess/nowchess-staging.yaml index 83fc94c..28ce0f1 100644 --- a/eu-central-1/argo-apps/nowchess/nowchess-staging.yaml +++ b/eu-central-1/argo-apps/nowchess/nowchess-staging.yaml @@ -10,6 +10,12 @@ spec: destination: namespace: nowchess-staging server: https://kubernetes.default.svc + ignoreDifferences: + - group: argoproj.io + kind: Rollout + name: nowchess-core + jsonPointers: + - /spec/replicas sources: - repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git path: ./nowchess/eu-central-1-staging diff --git a/eu-central-1/argo-apps/nowchess/nowchess.yaml b/eu-central-1/argo-apps/nowchess/nowchess.yaml index f76a32a..e0fd458 100644 --- a/eu-central-1/argo-apps/nowchess/nowchess.yaml +++ b/eu-central-1/argo-apps/nowchess/nowchess.yaml @@ -10,6 +10,12 @@ spec: destination: namespace: nowchess server: https://kubernetes.default.svc + ignoreDifferences: + - group: argoproj.io + kind: Rollout + name: nowchess-core + jsonPointers: + - /spec/replicas sources: - repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git path: ./nowchess/eu-central-1-prod