We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e58f15 commit b3a8534Copy full SHA for b3a8534
1 file changed
app/prompt_generators.py
@@ -95,7 +95,8 @@ def helm_template_generator(input : HelmTemplateGeneration) -> str:
95
Based on values.yaml, create all necessary Kubernetes templates in the templates directory:
96
if stateless is true, create deployment.yaml; if stateless is false, create statefulset.yaml.
97
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.
+ is true, create ingress.yaml. if ingress.enabled is false, do not create ingress.yaml. Always create
99
+ secrets.yaml for secure data storage.
100
101
Ensure each template is fully parameterized to match values from values.yaml for flexible configuration.
102
0 commit comments