You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the desired outcome from the user's perspective
Helm charts can have a wide range of usage patterns that are exposed through the values.yaml file. There are some common components and helm templates to add that can help deploy zilla in situations devs are more familiar with.
ENV vars are the main wait to dynamically modify the zilla.yaml and giving the user more options to configure them will be much more helpful. If we can just replicate what the Grafana helm chart has it would make any deployment pattern easier.
Acceptance criteria
use the structure of chart templates and values found in the default helm create zillatemplate
unique name use values generated in the _helpers.tpl file
keep optional ingress and service account
keep values.yaml structure and similar as possible with comments
remove license text from the NOTES.txt file
add comments in values.yaml for added parameters
add more ways to configure ENV vars
The text was updated successfully, but these errors were encountered:
Describe the desired outcome from the user's perspective
Helm charts can have a wide range of usage patterns that are exposed through the
values.yaml
file. There are some common components and helm templates to add that can help deploy zilla in situations devs are more familiar with.ENV vars are the main wait to dynamically modify the zilla.yaml and giving the user more options to configure them will be much more helpful. If we can just replicate what the Grafana helm chart has it would make any deployment pattern easier.
Acceptance criteria
helm create zilla
template_helpers.tpl
filevalues.yaml
structure and similar as possible with commentsNOTES.txt
filevalues.yaml
for added parametersThe text was updated successfully, but these errors were encountered: