Skip to content

Commit

Permalink
Enable proactive scaler in staging (#5016)
Browse files Browse the repository at this point in the history
Since we use nodes with nvme in staging too, we need to enable proactive
scaler otherwise it take too much time to add a node. In addition, we
need staging to be configured the same way as prod so any test we run
there are more representative of production environment.

Signed-off-by: Hugo Ares <hares@redhat.com>
  • Loading branch information
hugares authored Dec 1, 2024
1 parent 7a8af8e commit ea05654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ kind: ApplicationSet
metadata:
name: tempo
$patch: delete
---
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: proactive-scaler
$patch: delete
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources:
- ../../base/keycloak
- ../../base/repository-validator
- ../../base/cluster-secret-store-rh
- ../../base/member/infra-deployments/proactive-scaler
patchesStrategicMerge:
- delete-applications.yaml
namespace: argocd
Expand Down

0 comments on commit ea05654

Please sign in to comment.