From e2cf8ff1b0a65985662dbf4bb09531ae33be10ba Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 17 Jan 2026 09:12:48 -0500 Subject: [PATCH] adding kustomizations to force declaration of manifests --- thelounge/kustomization.yaml | 6 ++++++ znc/kustomization.yaml | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 thelounge/kustomization.yaml create mode 100644 znc/kustomization.yaml diff --git a/thelounge/kustomization.yaml b/thelounge/kustomization.yaml new file mode 100644 index 0000000..f129176 --- /dev/null +++ b/thelounge/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - statefulset.yaml + - service.yaml + - httproute.yaml diff --git a/znc/kustomization.yaml b/znc/kustomization.yaml new file mode 100644 index 0000000..19751c8 --- /dev/null +++ b/znc/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - statefulset.yaml + - service.yaml