Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rocketchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ The following table lists the configurable parameters of the Rocket.Chat chart a
| `postgresql.enabled` | Enabling postgresql for matrix (synapse), defaults to false, if false, uses sqlite
| `nats.cluster.replicas` | Number of replicas to run NATS | `2` |
| `nats.exporter.enabled` | Enable or Disable metrics collection for NATS | `true` |
| `extraDeploy`| Extra objects to deploy (value evaluated as a template) | `[]` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand Down
4 changes: 4 additions & 0 deletions rocketchat/templates/extra-list.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{ tpl (toYaml .) $ }}
{{- end }}
3 changes: 3 additions & 0 deletions rocketchat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,6 @@ hooks:
podLabels: {}
# nodeSelector: {}
# affinity: {}

# Extra objects to deploy (value evaluated as a template)
extraDeploy: []