Skip to content

Commit

Permalink
docs: update chart readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 22, 2024
1 parent addb030 commit 509d45c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions charts/policy-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ dependencies:
| centralidp.address | string | `"https://centralidp.example.org"` | Provide centralidp base address (CX IAM), without trailing '/auth'. |
| centralidp.useAuthTrail | bool | `true` | Flag if the api should be used with an leading /auth path |
| ingress.enabled | bool | `false` | Policy Hub ingress parameters, enable ingress record generation for policy-hub. |
| ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. |
| ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. |
| ingress.tls | list | `[]` | Ingress TLS configuration |
| ingress.hosts[0] | object | `{"host":"","paths":[{"path":"/api/policy-hub","pathType":"Prefix"}]}` | Provide default path for the ingress record. |
| portContainer | int | `8080` | |
| portService | int | `8080` | |
Expand Down
6 changes: 6 additions & 0 deletions charts/policy-hub/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ For further information please refer to [Technical Documentation](../../docs/tec

The referenced container images are for demonstration purposes only.

## Prerequisites

- [Kubernetes](https://kubernetes.io) 1.25.11+
- [Helm](https://helm.sh) 3.9.3+
- PV provisioner support in the underlying infrastructure

## Installation

To install the chart with the release name `{{ template "chart.name" . }}`:
Expand Down

0 comments on commit 509d45c

Please sign in to comment.