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