Skip to content

Commit

Permalink
add ignore replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeltman committed May 28, 2024
1 parent 9df1c66 commit 0ef37ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deploy/argocd/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,11 @@ spec:
- ApplyOutOfSyncOnly=true
automated:
prune: true
selfHeal: true
selfHeal: true
# This is present to allow for manual "pausing" of the service without ArgoCD interference
# Not necessariy best practice, but project is new and will have bugs.
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas

0 comments on commit 0ef37ab

Please sign in to comment.