From 046f7b98f4f8f8d5ab1b5a8d52653cf3cf9a6879 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 24 Oct 2021 18:16:02 +0200 Subject: [PATCH] Add submodule on teckids-rook-config helm chart --- .gitmodules | 3 +++ custom-charts/teckids-rook-config | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 custom-charts/teckids-rook-config diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5f34bd0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "custom-charts/teckids-rook-config"] + path = custom-charts/teckids-rook-config + url = https://edugit.org/Teckids/team-sysadmin/helm-charts/teckids-rook-config diff --git a/custom-charts/teckids-rook-config b/custom-charts/teckids-rook-config new file mode 160000 index 0000000..24787be --- /dev/null +++ b/custom-charts/teckids-rook-config @@ -0,0 +1 @@ +Subproject commit 24787be882125a7459aa69a6685d8918054cfa04 -- GitLab