Skip to content

Commit

Permalink
feat(runner-config): 🔥 make manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Roffin committed Sep 18, 2024
1 parent 3f2a192 commit 1d6f177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions charts/tofu-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d6f177

Please sign in to comment.