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',
)
);
extraVolumes:
- name: nextcloud-poststart
configMap:
name: nextcloud-poststart-config
extraVolumeMounts:
- name: nextcloud-poststart
mountPath: /opt
lifecycle:
postStartCommand:
- '/bin/bash'
- '/opt/setup.sh'
# && /bin/bash /var/local/setup-apps.sh'
#extraVolumes:
# - name: nextcloud-poststart
# configMap:
# name: nextcloud-poststart-config
#extraVolumeMounts:
# - name: nextcloud-poststart
# mountPath: /opt
#lifecycle:
# postStartCommand:
# - '/bin/bash'
# - '-c'
# - '/opt/setup.sh && /var/local/setup-apps.sh'
apps:
custom:
# Basics