From 358f1e687573aab2355531b128ca164b50770828 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 29 Mar 2023 22:04:11 +0100 Subject: [PATCH] nextcloud: test custom postStart --- basic/overrides/stackspin-nextcloud-override.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/basic/overrides/stackspin-nextcloud-override.yaml b/basic/overrides/stackspin-nextcloud-override.yaml index aae5ee9..57eba03 100644 --- a/basic/overrides/stackspin-nextcloud-override.yaml +++ b/basic/overrides/stackspin-nextcloud-override.yaml @@ -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