Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing the Helm prompt #18

Open
mohammadll opened this issue Oct 30, 2024 · 0 comments · Fixed by #36, #48, #49, #52 or #110
Open

Enhancing the Helm prompt #18

mohammadll opened this issue Oct 30, 2024 · 0 comments · Fixed by #36, #48, #49, #52 or #110
Labels
enhancement New feature or request helm prompt

Comments

@mohammadll
Copy link
Member

mohammadll commented Oct 30, 2024

Our current Helm prompt lacks the depth required to generate a complete and robust Helm structure with all necessary template resources. A typical application often requires defining multiple interdependent resources, such as services, persistent storage, environment-specific configuration, secrets, and autoscaling policies. The prompt should first capture specific user requirements, such as expected replica counts, custom environment variables, database configurations, ingress rules, and resource constraints for CPU and memory. This approach ensures that the Helm templates accurately reflect the application’s configuration, dependencies, and deployment preferences

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment