From bcde5848f1afbf9a060748df29577fafbf0235be Mon Sep 17 00:00:00 2001 From: infinicaretech Date: Thu, 2 Apr 2026 19:40:26 +0000 Subject: [PATCH] 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) --- projects/infinicaretech.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/infinicaretech.yaml b/projects/infinicaretech.yaml index f64e02e..a2dc895 100644 --- a/projects/infinicaretech.yaml +++ b/projects/infinicaretech.yaml @@ -24,5 +24,7 @@ spec: kind: "*" - group: networking.k8s.io kind: "*" + - group: autoscaling + kind: "*" orphanedResources: warn: true \ No newline at end of file