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

This commit is contained in:
Daniël Groothuis
2025-10-23 15:28:54 +02:00
parent 894945e06b
commit 3ef6a0ed6b
2 changed files with 9 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,8 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
metadata:
name: uptime-kuma
resources: resources:
- pvc.yaml - pvc.yaml