chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 4s

This commit is contained in:
Daniël Groothuis
2025-10-23 15:27:10 +02:00
parent 622979fde6
commit 894945e06b
5 changed files with 24 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: gitea-runners
helmCharts: helmCharts:
- name: actions - name: actions
repo: https://dl.gitea.com/charts/ repo: https://dl.gitea.com/charts/

View File

@@ -1,6 +1,8 @@
--- ---
#resources: apiVersion: kustomize.config.k8s.io/v1beta1
# - platform-cluster-secret-store.yaml kind: Kustomization
metadata:
name: gitea
helmCharts: helmCharts:
- name: gitea - name: gitea

View File

@@ -1,4 +1,9 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: mailu
resources: resources:
- cert.yaml - cert.yaml

View File

@@ -1,4 +1,9 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: vault
resources: resources:
- ingress.yaml - ingress.yaml

View File

@@ -1,4 +1,9 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: vaultwarden
helmCharts: helmCharts:
- name: vaultwarden - name: vaultwarden
repo: https://guerzon.github.io/vaultwarden/ repo: https://guerzon.github.io/vaultwarden/