From ce17341a3468e46909374ef433f5c3fdb4e725e9 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 1 Apr 2026 21:27:12 +0200 Subject: [PATCH] chore: make readme compliant --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe65e31..a1c3056 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ You should be good to go! | `init.image.digest` | Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest` | `""` | | `init.image.pullPolicy` | The init image pullPolicy | `IfNotPresent` | | `init.image.fullOverride` | Completely overrides the image registry, path/image, tag and digest. | `""` | +| `preExtraInitContainers` | Additional init containers to run in the pod before gitea-actions runs it owns init containers. | `[]` | +| `postExtraInitContainers` | Additional init containers to run in the pod after gitea-actions runs it owns init containers. | `[]` | ### Global