From f899de1ef199bef678163ca90a9fe3ae3d95ee27 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 27 Feb 2025 13:12:08 +0100 Subject: [PATCH] Add podstart lifecycle hook 3 --- apps/templates/mbgwp-helm.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index b7fcbed..e24ce25 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -73,13 +73,12 @@ spec: annotations: {} allowEmptyPassword: true lifecycleHooks: - lifecycle: - postStart: - exec: - command: - - /bin/bash - - -c - - "sleep 30 && touch /opt/bitnami/apache/conf/httpd.conf" + postStart: + exec: + command: + - /bin/bash + - -c + - "sleep 30 && touch /opt/bitnami/apache/conf/httpd.conf" syncPolicy: syncOptions: