Skip to content

Commit d86b584

Browse files
committed
Updated README with helm-docs
1 parent 42556d7 commit d86b584

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

charts/fulcio/README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# fulcio
22

3+
34
<!-- This README.md is generated. Please edit README.md.gotmpl -->
45

5-
![Version: 2.6.4](https://img.shields.io/badge/Version-2.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square)
6+
7+
8+
![Version: 2.6.5](https://img.shields.io/badge/Version-2.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square)
69

710
Fulcio is a free code signing Certificate Authority, built to make short-lived certificates available to anyone.
811

12+
913
**Homepage:** <https://sigstore.dev/>
1014

1115
The following components are also included as either direct components or through chart dependencies:
@@ -45,7 +49,7 @@ The following components are also included as either direct components or throug
4549
4650
## Quick Installation
4751
48-
To install the helm chart with default values run following command.
52+
To install the helm chart with default values run following command.
4953
The [Values](#Values) section describes the configuration options for this chart.
5054
5155
```shell
@@ -67,6 +71,8 @@ helm uninstall [RELEASE_NAME]
6771
| ---- | ------ | --- |
6872
| The Sigstore Authors | | |
6973
74+
75+
7076
## Requirements
7177
7278
| Repository | Name | Version |
@@ -164,7 +170,7 @@ helm uninstall [RELEASE_NAME]
164170
| server.name | string | `"server"` | |
165171
| server.nodeSelector | object | `{}` | |
166172
| server.replicaCount | int | `1` | |
167-
| server.resources | object | {} | |
173+
| server.resources | object | `{}` | |
168174
| server.secret | string | `"fulcio-server-secret"` | |
169175
| server.securityContext.runAsNonRoot | bool | `true` | |
170176
| server.securityContext.runAsUser | int | `65533` | |
@@ -197,10 +203,10 @@ To enabled access from external resources, an Ingress resource is created. The c
197203
> **Warning**: versions prior to `0.3.0` of this chart use different ingresses.
198204
>
199205
> In version `0.3.0` a second ingress is introduced. This ingress exposes the gRPC endpoint as introduced in v0.4.0 of Fulcio.
200-
>
206+
>
201207
> The change in particular is the structure of the ingress values.
202208
> Prior to `0.3.0`:
203-
>
209+
>
204210
> ```shell
205211
> server:
206212
> ingress:
@@ -209,9 +215,9 @@ To enabled access from external resources, an Ingress resource is created. The c
209215
> - host: fulcio.localhost
210216
> path: /
211217
> ```
212-
>
218+
>
213219
> Since `0.3.0`:
214-
>
220+
>
215221
> ```shell
216222
> server:
217223
> ingress:

charts/fulcio/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ server:
108108
port: 5555
109109
requestPath: "/healthz"
110110
type: HTTP
111+
resources: {}
111112
securityContext:
112113
runAsNonRoot: true
113114
runAsUser: 65533
@@ -131,6 +132,7 @@ createcerts:
131132
name: ""
132133
annotations: {}
133134
mountToken: true
135+
resources: {}
134136
securityContext:
135137
runAsNonRoot: true
136138
runAsUser: 65533

0 commit comments

Comments
 (0)