feat: remove crd app, moved to stack
Some checks failed
lint-test-helm / lint-helm (pull_request) Successful in 1m8s
lint-test-helm / validate-kubeconform (pull_request) Failing after 58s
render-manifests / render-manifests (pull_request) Successful in 1m53s

This commit is contained in:
2026-04-05 20:45:38 -05:00
parent 69f8dd0b84
commit 58cee64531
5 changed files with 1 additions and 70 deletions

View File

@@ -273,7 +273,7 @@ jobs:
NAMESPACE="argocd"
echo ">> Special Rendering into 'argocd' namespace ..."
;;
"cilium" | "coredns" | "metrics-server" | "prometheus-operator-crds")
"cilium" | "coredns" | "metrics-server")
NAMESPACE="kube-system"
echo ">> Special Rendering for ${CHART_NAME} into 'kube-system' namespace ..."
;;