Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Aug 1, 2023
1 parent 1618e95 commit 8dbe0d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ Enables FlowForge Telemetry
- `ingress.annotations` ingress annotations (default is `{}`). This value is also applied to Editor instances created by FlowForge.
- `ingress.className` ingress class name (default is `"""`). This value is also applied to Editor instances created by FlowForge.

`ingress.annotations` can contain the following tokens that will be replaced

- `{{ instanceHost }}` replaced by the hostname of the instance
- `{{ instanceURL }}` replaced by the URL for the instance
- `{{ instanceProtocol }}` replaced by either `http` or `https`
- `{{ serviceName }}` replaced by the service name of the instance

### Editors IAM
Provision default service account for Editors if `editors.serviceAccount.create` is `true`.

Expand Down

0 comments on commit 8dbe0d4

Please sign in to comment.