Skip to content

Commit

Permalink
Merge pull request #49 from mohammadll/helm_prompt
Browse files Browse the repository at this point in the history
fix(helm_prompt): Enhance prompt to generate optional Ingress resources
  • Loading branch information
mohammadll authored Nov 8, 2024
2 parents 2b8b76a + b3a8534 commit 5ea6ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/prompt_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def helm_template_generator(input : HelmTemplateGeneration) -> str:
Based on values.yaml, create all necessary Kubernetes templates in the templates directory:
if stateless is true, create deployment.yaml; if stateless is false, create statefulset.yaml.
If a persistence block exists, include pvc.yaml. If the ingress block is defined and ingress.enabled
is true, create ingress.yaml. Always create secrets.yaml for secure data storage.
is true, create ingress.yaml. if ingress.enabled is false, do not create ingress.yaml. Always create
secrets.yaml for secure data storage.
Ensure each template is fully parameterized to match values from values.yaml for flexible configuration.
Expand Down

0 comments on commit 5ea6ba5

Please sign in to comment.