nextcloud: add custom postStartCommand

This commit is contained in:
xeruf 2023-02-16 18:47:39 +00:00
parent 90f3e585c3
commit 037218b8a8
2 changed files with 16 additions and 3 deletions

View File

@ -9,7 +9,7 @@ spec:
spec:
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
chart: vikunja
version: 6.0.1
version: 6.0.22
sourceRef:
kind: HelmRepository
name: truecharts

View File

@ -21,6 +21,19 @@ data:
'default_phone_region' => 'DE',
'default_locale' => 'en-gb',
);
#extraVolumes:
# - name: nextcloud-onlyoffice-config
# configMap:
# name: nextcloud-onlyoffice-config-and-scripts
#extraVolumeMounts:
# - name: nextcloud-onlyoffice-config
# mountPath: /var/local
lifecycle:
postStartCommand:
- '/bin/bash'
- '-c'
- '"echo hiho && /bin/bash /var/local/setup-apps.sh"'
apps:
# Basics
- name: bruteforcesettings
@ -60,8 +73,8 @@ data:
- name: extract
enabled: false
# Collaborative apps
- name: files_markdown
enabled: false
#- name: files_markdown
# enabled: false
#- name: files_texteditor
# enabled: true
- name: notes