From 843f2ba5439f37a9400d7bda90ab6c95e84e744b Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Fri, 30 May 2025 12:44:12 +0200 Subject: [PATCH] apps(longhorn,thelounge,znc): Added missing kustomization.yaml --- apps/longhorn/kustomization.yaml | 2 ++ apps/thelounge/kustomization.yaml | 4 ++++ apps/znc/kustomization.yaml | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 apps/longhorn/kustomization.yaml create mode 100644 apps/thelounge/kustomization.yaml create mode 100644 apps/znc/kustomization.yaml diff --git a/apps/longhorn/kustomization.yaml b/apps/longhorn/kustomization.yaml new file mode 100644 index 0000000..68d1497 --- /dev/null +++ b/apps/longhorn/kustomization.yaml @@ -0,0 +1,2 @@ +resources: + - longhorn.yaml \ No newline at end of file diff --git a/apps/thelounge/kustomization.yaml b/apps/thelounge/kustomization.yaml new file mode 100644 index 0000000..1429225 --- /dev/null +++ b/apps/thelounge/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - pvc.yaml + - services.yaml + - statefulset.yaml \ No newline at end of file diff --git a/apps/znc/kustomization.yaml b/apps/znc/kustomization.yaml new file mode 100644 index 0000000..07da489 --- /dev/null +++ b/apps/znc/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - pvc.yalm + - services.yaml + - statefulset.yaml \ No newline at end of file