We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm starting this issue to work together in the new project structure.
When running helm create mychart we can already get a structure that might be helpful creating:
helm create mychart
mychart |-- Chart.yaml |-- charts |-- templates | |-- NOTES.txt | |-- _helpers.tpl | |-- deployment.yaml | |-- ingress.yaml | |-- service.yaml | `-- ... `-- values.yaml
On this level of the chart we will deploy the parts related with the Istio setup.
Then by going into cd mychart/charts we can create sub charts with helm create mysub-chart and etc.
cd mychart/charts
helm create mysub-chart
I will be adding more comments to the issue as I learn more about the process @DanielePaviaENG
The text was updated successfully, but these errors were encountered:
10alejospain
DanielePaviaENG
No branches or pull requests
Standarize HELM Charts
I'm starting this issue to work together in the new project structure.
Default Chart structure
When running
helm create mychart
we can already get a structure that might be helpful creating:On this level of the chart we will deploy the parts related with the Istio setup.
Then by going into
cd mychart/charts
we can create sub charts withhelm create mysub-chart
and etc.I will be adding more comments to the issue as I learn more about the process @DanielePaviaENG
The text was updated successfully, but these errors were encountered: