Add concourse as the foundational CI tool to k8s-cluster

This change allows to add a concourse-server to the kubernetes cluster.
This commit is contained in:
2025-11-27 18:01:07 +01:00
parent 0eaa5d3b08
commit 91f81b8726
5 changed files with 101 additions and 27 deletions

View File

@@ -9,3 +9,9 @@
- k8s
- gitea
import_tasks: _gitea.yml
- name: Ensure concourse
tags:
- k8s
- concourse
import_tasks: _concourse.yml