nextcloud: test custom postStart
This commit is contained in:
parent
1bdefe0e09
commit
358f1e6875
|
@ -45,11 +45,12 @@ data:
|
||||||
# - name: nextcloud-onlyoffice-config
|
# - name: nextcloud-onlyoffice-config
|
||||||
# mountPath: /var/local
|
# mountPath: /var/local
|
||||||
|
|
||||||
#lifecycle:
|
lifecycle:
|
||||||
# postStartCommand:
|
postStartCommand:
|
||||||
# - '/bin/bash'
|
- '/bin/bash'
|
||||||
# - '-c'
|
- '-c'
|
||||||
# - '"echo hiho && /bin/bash /var/local/setup-apps.sh"'
|
- 'echo hiho | tee /tmp/test'
|
||||||
|
#- 'echo hiho && /bin/bash /var/local/setup-apps.sh'
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
- name: bruteforcesettings
|
- name: bruteforcesettings
|
||||||
|
|
Loading…
Reference in New Issue