nextcloud: disable custom postStart

This commit is contained in:
xeruf 2023-09-30 18:58:14 +01:00
parent 18470b052a
commit 3aa1ef1791
1 changed files with 12 additions and 13 deletions

View File

@ -44,19 +44,18 @@ data:
15 => 'OC\\Preview\\AVI', 15 => 'OC\\Preview\\AVI',
) )
); );
extraVolumes: #extraVolumes:
- name: nextcloud-poststart # - name: nextcloud-poststart
configMap: # configMap:
name: nextcloud-poststart-config # name: nextcloud-poststart-config
extraVolumeMounts: #extraVolumeMounts:
- name: nextcloud-poststart # - name: nextcloud-poststart
mountPath: /opt # mountPath: /opt
#lifecycle:
lifecycle: # postStartCommand:
postStartCommand: # - '/bin/bash'
- '/bin/bash' # - '-c'
- '/opt/setup.sh' # - '/opt/setup.sh && /var/local/setup-apps.sh'
# && /bin/bash /var/local/setup-apps.sh'
apps: apps:
custom: custom:
# Basics # Basics