Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed May 23, 2024
1 parent 1253cd5 commit b87efe6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ Enables FlowForge Telemetry

- `forge.privateCA.configMapName` name of ConfigMap to store the CA Cert bundle (default `ff-ca-certs`)
- `forge.privateCA.certs` base64 encoded CA certificate PEM bundle of trusted certificates. This needs to be generated without line breaks e.g. `base64 -w 0 certs.pem` (default not set)

### Instance Custom Hostnames

- `forge.customHostname.enabled` activates the custom hostname feature (default `false`)
- `forge.customHostname.certManagerIssuer` name of CertManager ClusterIssuer to use to request HTTPS certificates for custom hostnames (default is not set)

### Rate Limiting

Expand Down
1 change: 1 addition & 0 deletions helm/flowforge/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ data:
{{- if .Values.customHostname.certManagerIssuer }}
certManagerIssuer: {{ .Values.customHostname.certManagerIssuer }}
{{- end }}
{{- end }}
{{- if .Values.forge.email }}
email:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion helm/flowforge/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"customeHostname": {
"type": "object",
"properties": {
"enabled" {
"enabled": {
"type": "boolean"
},
"certManagerIssuer": {
Expand Down

0 comments on commit b87efe6

Please sign in to comment.