nextcloud: add custom postStartCommand
This commit is contained in:
parent
90f3e585c3
commit
037218b8a8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue