From 29616f4f73f528e44733b144cb5891ec01dfd993 Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Tue, 12 Aug 2025 10:12:55 -0400 Subject: [PATCH] template: Added deployment.yaml Signed-off-by: prettysunflower --- apps/template/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/template/kustomization.yaml diff --git a/apps/template/kustomization.yaml b/apps/template/kustomization.yaml new file mode 100644 index 0000000..ca3b828 --- /dev/null +++ b/apps/template/kustomization.yaml @@ -0,0 +1,6 @@ +resources: +- deployment.yaml +- svc.yaml +- pvc.yaml +- secrets.yaml +- configmap.yaml \ No newline at end of file