fix(Makefile): update targets and add link checker

This commit is contained in:
2026-09-13 22:51:05 +02:00
parent dee7e1f0f6
commit c510e06609
8 changed files with 992 additions and 55 deletions
+12 -12
View File
@@ -138,18 +138,18 @@ deployment:
## @param deployment.initContainers [array] List of initContainers. The order is important. First init container in the list will be executed first. The link refers to the corresponding init container configuration.
initContainers:
# - container:
# command: [ "sh", "-c", "echo hello world" ]
# image: "docker.io/library/busybox:latest"
# name: pre-task
- link: "initDirectories"
- link: "initAppIni"
- link: "initConfigureGPG"
- link: "initConfigureGitea"
# - container:
# command: [ "sh", "-c", "echo hello world" ]
# image: "docker.io/library/busybox:latest"
# name: post-task
# - container:
# command: [ "sh", "-c", "echo hello world" ]
# image: "docker.io/library/busybox:latest"
# name: pre-task
- link: "initDirectories"
- link: "initAppIni"
- link: "initConfigureGPG"
- link: "initConfigureGitea"
# - container:
# command: [ "sh", "-c", "echo hello world" ]
# image: "docker.io/library/busybox:latest"
# name: post-task
initDirectories:
## @param deployment.initDirectories.env Additional environment variables to pass to the init container.