From 3ef6a0ed6b651ea1cfb3372df0e1abeffef39858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 15:28:54 +0200 Subject: [PATCH] chore(bootstrap): Added first action --- manifests/artemis/pocket-id/kustomization.yaml | 7 ++++++- manifests/artemis/uptime-kuma/kustomization.yaml | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/manifests/artemis/pocket-id/kustomization.yaml b/manifests/artemis/pocket-id/kustomization.yaml index 2802567..8a2bd0c 100644 --- a/manifests/artemis/pocket-id/kustomization.yaml +++ b/manifests/artemis/pocket-id/kustomization.yaml @@ -1,7 +1,12 @@ --- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +metadata: + name: pocket-id + resources: - vault-secrets.yaml - deployment.yaml - service.yaml - ingress.yaml - - pvc.yaml \ No newline at end of file + - pvc.yaml diff --git a/manifests/artemis/uptime-kuma/kustomization.yaml b/manifests/artemis/uptime-kuma/kustomization.yaml index 62f76a2..23b94fd 100644 --- a/manifests/artemis/uptime-kuma/kustomization.yaml +++ b/manifests/artemis/uptime-kuma/kustomization.yaml @@ -1,10 +1,12 @@ --- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +metadata: + name: uptime-kuma resources: - pvc.yaml - service.yaml - deployment.yaml - ingressRoute.yaml - - cert.yaml \ No newline at end of file + - cert.yaml