Skip to content

Commit 224a8ba

Browse files
authored
fix(collabora): documentation existing secret config #692
fix(collabora): documentation existing secret config
2 parents ba22073 + 2de7ac4 commit 224a8ba

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 6.6.5
3+
version: 6.6.6
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 30.0.6
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -502,25 +502,25 @@ The nextcloud deployment includes a series of different probes you can use to de
502502

503503
This section provides options to enable and configure the Collabora Online server within your deployment. Please ensure to review the [Collabora Online Helm chart documentation](https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm/collabora-online) for additional details and recommended values.
504504

505-
| Parameter | Description | Default |
506-
|----------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
507-
| `collabora.enabled` | Enable or disable the Collabora Online integration | `false` |
508-
| `collabora.autoscaling.enabled` | Enable or disable autoscaling for the Collabora Online pods | `false` |
509-
| `collabora.collabora.aliasgroups` | List of HTTPS nextcloud domains if Collabora is behind a reverse proxy | `[]` |
510-
| `collabora.collabora.extra_params` | Additional parameters for the Collabora Online service | `"--o:ssl.enabled=false"` |
511-
| `collabora.collabora.server_name` | Specify the server name when the hostname is not directly reachable (e.g., behind a reverse proxy) | `null` |
512-
| `collabora.existingSecret.enabled` | Enable using existing secret for admin login credentials | `false` |
513-
| `collabora.existingSecret.secretName` | Name of the existing secret containing admin login credentials | `""` |
514-
| `collabora.existingSecret.usernameKey` | Key in the secret for the admin username | `"username"` |
515-
| `collabora.existingSecret.passwordKey` | Key in the secret for the admin password | `"password"` |
516-
| `collabora.collabora.username` | Admin username for Collabora Online | `admin` |
517-
| `collabora.collabora.password` | Admin password for Collabora Online | `examplepass` |
518-
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
519-
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
520-
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
521-
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
522-
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
523-
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
505+
| Parameter | Description | Default |
506+
|--------------------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
507+
| `collabora.enabled` | Enable or disable the Collabora Online integration | `false` |
508+
| `collabora.autoscaling.enabled` | Enable or disable autoscaling for the Collabora Online pods | `false` |
509+
| `collabora.collabora.aliasgroups` | List of HTTPS nextcloud domains if Collabora is behind a reverse proxy | `[]` |
510+
| `collabora.collabora.extra_params` | Additional parameters for the Collabora Online service | `"--o:ssl.enabled=false"` |
511+
| `collabora.collabora.server_name` | Specify the server name when the hostname is not directly reachable (e.g., behind a reverse proxy) | `null` |
512+
| `collabora.collabora.existingSecret.enabled` | Enable using existing secret for admin login credentials | `false` |
513+
| `collabora.collabora.existingSecret.secretName` | Name of the existing secret containing admin login credentials | `""` |
514+
| `collabora.collabora.existingSecret.usernameKey` | Key in the secret for the admin username | `"username"` |
515+
| `collabora.collabora.existingSecret.passwordKey` | Key in the secret for the admin password | `"password"` |
516+
| `collabora.collabora.username` | Admin username for Collabora Online | `admin` |
517+
| `collabora.collabora.password` | Admin password for Collabora Online | `examplepass` |
518+
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
519+
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
520+
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
521+
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
522+
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
523+
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
524524
> **Note**:
525525
>
526526
> You may need to uncomment `collabora.collabora.aliasgroups` and `collabora.collabora.extra_params`, depending on your setup. You may also need to set `collabora.collabora.server_name`. If left empty, it's derived from the request, so please set it if it doesn't work.

0 commit comments

Comments
 (0)