From e8f5521f7a39cd5e6a0965f10460b32e3f0f7414 Mon Sep 17 00:00:00 2001 From: Steven Barthen Date: Fri, 17 Nov 2023 23:05:31 +0100 Subject: [PATCH] chore: add init-containers to ci yaml Signed-off-by: Steven Barthen --- charts/common/ci/values.test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/common/ci/values.test.yaml b/charts/common/ci/values.test.yaml index 25e68281..00ed7eb6 100644 --- a/charts/common/ci/values.test.yaml +++ b/charts/common/ci/values.test.yaml @@ -155,6 +155,12 @@ components: mountPath: /opt/my-binary-license content: 'base64 encoded data' resources: {} + initContainers: + init-container-1: + image: + repository: db-init + tag: "latest" + resources: {} component-2: # start common.service services: