ArgoCD Application에서 배포할때 다양한 옵션을 적용할 수 있습니다.배포 시 레이블 추가배포 시 Namespace 추가배포 시 해당 옵션 무시 등등 참조 링크 : https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs Deployment에서 replicas 옵션을 무시PersistentVolume에서 nodeAffinity 옵션을 무시apiVersion: argoproj.io/v1alpha1kind: Applicationspec: ignoreDifferences: - group: "apps" kind: "Deployment" jsonPointers:..