feat(nowchess): add ignoreDifferences configuration for Rollout replicas in nowchess.yaml and nowchess-staging.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user