Allow autoscaling resources in infinicaretech ArgoCD project

Add autoscaling group to namespaceResourceWhitelist to enable HPA
deployment via ArgoCD.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 19:40:26 +00:00
parent 7035567387
commit bcde5848f1

View File

@@ -24,5 +24,7 @@ spec:
kind: "*"
- group: networking.k8s.io
kind: "*"
- group: autoscaling
kind: "*"
orphanedResources:
warn: true