From 12358321d1d3cf52f229da302606cd36210daf9b Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 2 Feb 2023 17:37:19 +0100 Subject: [PATCH] re-add initContainers Signed-off-by: Simon L --- helm-chart/templates/nextcloud-aio-database-deployment.yaml | 1 + helm-chart/update-helm.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/helm-chart/templates/nextcloud-aio-database-deployment.yaml b/helm-chart/templates/nextcloud-aio-database-deployment.yaml index c0ac5fe6..7485332b 100755 --- a/helm-chart/templates/nextcloud-aio-database-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-database-deployment.yaml @@ -21,6 +21,7 @@ spec: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-database spec: + initContainers: - name: init-volumes image: alpine command: diff --git a/helm-chart/update-helm.sh b/helm-chart/update-helm.sh index c559f0e0..71dfc6af 100755 --- a/helm-chart/update-helm.sh +++ b/helm-chart/update-helm.sh @@ -52,6 +52,7 @@ cat << EOL > /tmp/initcontainers volumeMountsInitContainer: EOL cat << EOL > /tmp/initcontainers.database + initContainers: - name: init-volumes image: alpine command: