From b3a558e695d9def3a744ff9d3456e888327497dc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 25 Jul 2022 16:39:14 -0500 Subject: [PATCH] add kuard sample app --- .gitmodules | 3 +++ kuard | 1 + 2 files changed, 4 insertions(+) create mode 160000 kuard diff --git a/.gitmodules b/.gitmodules index bd89ef8..5910202 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Course_Kubernetes_Deep_Dive_NP"] path = Course_Kubernetes_Deep_Dive_NP url = git@github.com:ACloudGuru-Resources/Course_Kubernetes_Deep_Dive_NP.git +[submodule "kuard"] + path = kuard + url = git@github.com:kubernetes-up-and-running/kuard.git diff --git a/kuard b/kuard new file mode 160000 index 0000000..a27b696 --- /dev/null +++ b/kuard @@ -0,0 +1 @@ +Subproject commit a27b6968777a865cea3af83713795b634c38858b