Skip to content

Commit a76cb97

Browse files
committed
chore: add auotdocs
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent f972151 commit a76cb97

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square)
44

5-
A helm chart to deploy trustee into the [coco-pattern](https://github.com/validatedpatterns/coco-pattern) and other charts.
6-
7-
What is needed in addition to the chart to make this work?
8-
1. The [gen-certificate](https://github.com/validatedpatterns/coco-pattern/blob/main/ansible/gen-certificate.yaml) ansible job.
9-
2. A subscription to Red Hat Build of Trustee
10-
3. Creating (at least) a container security policy [as describe here](https://docs.redhat.com/en/documentation/openshift_sandboxed_containers/1.10/html/deploying_red_hat_build_of_trustee/deploying-trustee_azure-trustee#creating-image-verification-policy_azure-trustee)
5+
A Helm chart to provide an opinionated deployment of Trustee in a validated pattern
116

7+
This chart is used to serve as the template for Validated Patterns Charts
128

139
### Notable changes
1410

11+
## Values
12+
13+
| Key | Type | Default | Description |
14+
|-----|------|---------|-------------|
15+
| global.secretStore.backend | string | `""` | |
16+
| kbs.publicKey | string | `"secret/data/hub/kbsPublicKey"` | |
17+
| kbs.secretResources | list | `[]` | |
18+
| kbs.securityPolicy | string | `"secret/data/hub/securityPolicyConfig"` | |
19+
| secretStore.kind | string | `""` | |
20+
| secretStore.name | string | `""` | |
21+
1522
----------------------------------------------
1623
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)