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:
|
destination:
|
||||||
namespace: nowchess-staging
|
namespace: nowchess-staging
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: argoproj.io
|
||||||
|
kind: Rollout
|
||||||
|
name: nowchess-core
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/replicas
|
||||||
sources:
|
sources:
|
||||||
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
||||||
path: ./nowchess/eu-central-1-staging
|
path: ./nowchess/eu-central-1-staging
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
namespace: nowchess
|
namespace: nowchess
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: argoproj.io
|
||||||
|
kind: Rollout
|
||||||
|
name: nowchess-core
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/replicas
|
||||||
sources:
|
sources:
|
||||||
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
||||||
path: ./nowchess/eu-central-1-prod
|
path: ./nowchess/eu-central-1-prod
|
||||||
|
|||||||
Reference in New Issue
Block a user