This Helm chart deploys the UltiHash cluster in any Kubernetes environment. The repository has the following file structure:
Chart.yaml # A YAML file containing information about the chart
README.md # A human-readable README file
values.yaml # The default configuration values for this chart
templates/ # A directory of templates that, when combined with values,
# will generate valid Kubernetes manifest files.
templates/_helpers.tpl # A file that stores reusable blueprints
templates/NOTES.txt # A plain text file containing short usage notes
templates/tests # A directory containing dynamic tests for this chart
unit_tests/ # A directory containing static test for this chart
docs/ # A directory containing documentation about the chart
.helmignore # A file that specifies the files not to be included in the helm package
.gitingore # A file that specifies the files not to be included in the git repository