Skip to content
Snippets Groups Projects
Commit 358f1e68 authored by xeruf's avatar xeruf
Browse files

nextcloud: test custom postStart

parent 1bdefe0e
No related branches found
No related tags found
No related merge requests found
......@@ -45,11 +45,12 @@ 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 | tee /tmp/test'
#- 'echo hiho && /bin/bash /var/local/setup-apps.sh'
apps:
# Basics
- name: bruteforcesettings
......
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