nextcloud: add custom postStartCommand
This commit is contained in:
parent
90f3e585c3
commit
037218b8a8
|
@ -9,7 +9,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
|
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
|
||||||
chart: vikunja
|
chart: vikunja
|
||||||
version: 6.0.1
|
version: 6.0.22
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
|
|
|
@ -21,6 +21,19 @@ data:
|
||||||
'default_phone_region' => 'DE',
|
'default_phone_region' => 'DE',
|
||||||
'default_locale' => 'en-gb',
|
'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:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
- name: bruteforcesettings
|
- name: bruteforcesettings
|
||||||
|
@ -60,8 +73,8 @@ data:
|
||||||
- name: extract
|
- name: extract
|
||||||
enabled: false
|
enabled: false
|
||||||
# Collaborative apps
|
# Collaborative apps
|
||||||
- name: files_markdown
|
#- name: files_markdown
|
||||||
enabled: false
|
# enabled: false
|
||||||
#- name: files_texteditor
|
#- name: files_texteditor
|
||||||
# enabled: true
|
# enabled: true
|
||||||
- name: notes
|
- name: notes
|
||||||
|
|
Loading…
Reference in New Issue