forked from sigstore/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.gotmpl
43 lines (25 loc) · 1.27 KB
/
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
38
39
40
41
42
43
{{ template "chart.header" . }}
<!-- This README.md is generated. Please edit README.md.gotmpl -->
{{ template "chart.deprecationWarning" . }}
{{ template "chart.badgesSection" . }}
{{ template "chart.description" . }}
{{ template "chart.homepageLine" . }}
## Quick Installation
To install the helm chart with default values run following command.
The [Values](#Values) section describes the configuration options for this chart.
```shell
helm dependency update .
helm install [RELEASE_NAME] .
```
## Uninstallation
To uninstall the Helm chart run following command.
```shell
helm uninstall [RELEASE_NAME]
```
{{ template "chart.maintainersSection" . }}
{{ template "chart.sourcesSection" . }}
{{ template "chart.requirementsSection" . }}
{{ template "chart.valuesSection" . }}
----------------------------------------------
## Ingress
To enabled access from external resources, an Ingress resource is created for both Rekor and Fulcio. The configuration necessary for each Ingress resource is primarily dependent on the specific Ingress Controller being used. In most cases, implementation specific configuration is specified as annotations on the Ingress resources. These can be applied using the `fulcio.server.ingress.annotations` and `rekor.server.ingress.annotations` parameters.