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