From 1d6f177bad3a38ed377a32aecf975596540373c6 Mon Sep 17 00:00:00 2001 From: Yannick Roffin Date: Wed, 18 Sep 2024 09:12:14 +0200 Subject: [PATCH] =?UTF-8?q?feat(runner-config):=20=F0=9F=94=A5=20make=20ma?= =?UTF-8?q?nifests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/tofu-controller/crds/crds.yaml | 8 ++++++-- config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/charts/tofu-controller/crds/crds.yaml b/charts/tofu-controller/crds/crds.yaml index 5f5a8c2d..4bbdf871 100644 --- a/charts/tofu-controller/crds/crds.yaml +++ b/charts/tofu-controller/crds/crds.yaml @@ -6744,8 +6744,12 @@ spec: description: Runner pod image to use other than default type: string imagePullPolicy: - description: Runner pod ImagePullPolicy to use other than - default + description: Runner pod ImagePullPolicy to use. Default is + IfNotPresent. + enum: + - Always + - IfNotPresent + - Never type: string initContainers: description: Set up Init Containers for the Runner diff --git a/config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml b/config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml index 5f5a8c2d..4bbdf871 100644 --- a/config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml +++ b/config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml @@ -6744,8 +6744,12 @@ spec: description: Runner pod image to use other than default type: string imagePullPolicy: - description: Runner pod ImagePullPolicy to use other than - default + description: Runner pod ImagePullPolicy to use. Default is + IfNotPresent. + enum: + - Always + - IfNotPresent + - Never type: string initContainers: description: Set up Init Containers for the Runner