fix: ignore replica diff so dev pod scale is not reverted by ArgoCD
This commit is contained in:
@@ -16,6 +16,12 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: dev
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
name: dev
|
||||
jsonPointers:
|
||||
- /spec/replicas
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
Reference in New Issue
Block a user