From 37c22cb37e64a9f33c4b0c46333413cb6f1e2309 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 29 Feb 2024 19:54:24 +0100 Subject: [PATCH] chore: add ci file to show bug of #247 --- charts/authentik/ci/ct-extracontainer-values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 charts/authentik/ci/ct-extracontainer-values.yaml diff --git a/charts/authentik/ci/ct-extracontainer-values.yaml b/charts/authentik/ci/ct-extracontainer-values.yaml new file mode 100644 index 00000000..04142f32 --- /dev/null +++ b/charts/authentik/ci/ct-extracontainer-values.yaml @@ -0,0 +1,8 @@ +worker: + extraContainers: + - name: sidecar-blueprints + image: ghcr.io/kiwigrid/k8s-sidecar:1.26.0 +server: + extraContainers: + - name: sidecar-blueprints + image: ghcr.io/kiwigrid/k8s-sidecar:1.26.0