From 72f59303bf00067c817cba19b644b6b5e14cbe58 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Thu, 5 Dec 2024 21:01:28 -0600 Subject: [PATCH] fix(template): organize templates into a dir --- template.container => templates/template.container | 0 template.env => templates/template.env | 0 template.network => templates/template.network | 0 template.pod => templates/template.pod | 0 template.volume => templates/template.volume | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename template.container => templates/template.container (100%) rename template.env => templates/template.env (100%) rename template.network => templates/template.network (100%) rename template.pod => templates/template.pod (100%) rename template.volume => templates/template.volume (100%) diff --git a/template.container b/templates/template.container similarity index 100% rename from template.container rename to templates/template.container diff --git a/template.env b/templates/template.env similarity index 100% rename from template.env rename to templates/template.env diff --git a/template.network b/templates/template.network similarity index 100% rename from template.network rename to templates/template.network diff --git a/template.pod b/templates/template.pod similarity index 100% rename from template.pod rename to templates/template.pod diff --git a/template.volume b/templates/template.volume similarity index 100% rename from template.volume rename to templates/template.volume