nextcloud: disable custom postStart
This commit is contained in:
parent
18470b052a
commit
3aa1ef1791
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue