Skip to content
Snippets Groups Projects
Commit 3aa1ef17 authored by xeruf's avatar xeruf
Browse files

nextcloud: disable custom postStart

parent 18470b05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment