🔥 Hotfix: Fixed .gitignore issue preventing CRDs from being pushed
Problem:
Due to an overly broad .gitignore rule (pvc*), critical Kubernetes resources (CRDs) were accidentally excluded from version control.
This caused missing files in the Helm Chart!
Solution:
Updated the .gitignore to specifically ignore only the intended files while ensuring that required source files and CRDs are properly tracked.
Impact:
All necessary files (including CRDs and application routers) are now correctly committed to the repository.
This hotfix ensures smooth CI/CD pipelines and complete application deployments.