Skip to content
Snippets Groups Projects
Verified Commit d2c7ef17 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

process Varacs feedback and fix a mistake

parent c4a2bb4c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ dependencies:
version: 1.0.2
- name: collabora-code
repository: https://kubernetes-charts.storage.googleapis.com
version: 1.0.1
digest: sha256:f33ff06ddf9918e4aea15a99a509da296e3669ab1f61a272fefc1f9ae5a7e8a7
generated: 2019-04-23T12:35:28.513705997+02:00
version: 1.0.2
digest: sha256:53d9ba3d4b86bea6e2b7aa480abd03737e623e14cf14275feb27a0ff320a15f6
generated: 2019-04-30T13:00:36.870647752+02:00
......@@ -6,7 +6,6 @@ dependencies:
- nextcloud
# Needs https://github.com/helm/charts/pull/13311
- name: collabora-code
alias: office
version: 1.0.2
repository: "@stable"
tags:
......
Installed!
{{- $collabora := index .Values "collabora-code" -}}
Thank you for installing {{ .Chart.Name }}.
Your release is named {{ .Release.Name }}. This chart has installed Nextcloud
with Mariadb enabled and Collabora. Nextcloud is available under a pod starting
with the name {{ .Release.Name }}-nextcloud, the Collabora pod name starts with
{{ .Release.Name }}-office.
Nextcloud has been configured to use Collabora for opening rich text documents,
using the `richdocuments` app. It uses WOPI url:
"https://{{ $collabora.collabora.server_name }}"
To learn more, try:
$ helm status {{ .Release.Name }}
$ helm get {{ .Release.Name }}
# Work around the fact that we can not index hyphenated names
# (https://github.com/helm/helm/issues/2993)
{{- $collabora := index .Values "collabora-code" -}}
{{- $collabora := index .Values "collabora-code" }}
apiVersion: batch/v1
kind: Job
metadata:
......@@ -24,7 +24,7 @@ spec:
spec:
restartPolicy: Never
containers:
- name: register-collabora
- name: {{ .Release.Name }}-register-collabora-job
image: {{ .Values.nextcloud.image.repository }}:{{ .Values.nextcloud.image.tag }}
securityContext:
runAsUser: 33
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment