forked from energywebfoundation/generic-microservices-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.gotmpl
37 lines (21 loc) · 862 Bytes
/
README.md.gotmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
{{ template "chart.badgesSection" . }}
{{ template "chart.description" . }}
{{ template "chart.homepageLine" . }}
{{ template "chart.maintainersSection" . }}
{{ template "chart.sourcesSection" . }}
{{ template "chart.requirementsSection" . }}
## Installing the chart
This helm chart is published in [GitHub Packages](https://github.com/features/packages) OCI registry.
Beginning in Helm v3.8.0, OCI support is [enabled by default](https://helm.sh/docs/topics/registries/).
```
helm install oci://ghcr.io/energywebfoundation/generic-microservice-helm --generate-name
```
### Pre-commit hook
Make sure you [install the pre-commit binary](https://pre-commit.com/#install). Then run:
```
pre-commit install
pre-commit install-hooks
```
{{ template "chart.valuesSection" . }}