Skip to content

Commit 5ea6ba5

Browse files
authored
Merge pull request #49 from mohammadll/helm_prompt
fix(helm_prompt): Enhance prompt to generate optional Ingress resources
2 parents 2b8b76a + b3a8534 commit 5ea6ba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/prompt_generators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def helm_template_generator(input : HelmTemplateGeneration) -> str:
9595
Based on values.yaml, create all necessary Kubernetes templates in the templates directory:
9696
if stateless is true, create deployment.yaml; if stateless is false, create statefulset.yaml.
9797
If a persistence block exists, include pvc.yaml. If the ingress block is defined and ingress.enabled
98-
is true, create ingress.yaml. Always create secrets.yaml for secure data storage.
98+
is true, create ingress.yaml. if ingress.enabled is false, do not create ingress.yaml. Always create
99+
secrets.yaml for secure data storage.
99100
100101
Ensure each template is fully parameterized to match values from values.yaml for flexible configuration.
101102

0 commit comments

Comments
 (0)