From f1a6b8ac0babd69d5b1e91a20e3a42843e30cce0 Mon Sep 17 00:00:00 2001 From: Ciprian Barbu Date: Thu, 4 Jul 2019 16:14:35 +0300 Subject: [PATCH] Add helm-charts submodule for PONSim Using iecedge/helm-charts forked from upstream opencord/helm-charts containing arm64 specific changes (arm64 Docker images) and changes for running PONSim without errors on clusters with multiple nodes. Signed-off-by: Ciprian Barbu Change-Id: Id068c462695091a9d33ec8da7b846adc0f06a601 --- .gitmodules | 4 ++++ src/use_cases/seba_on_arm/src_repo/helm-charts | 1 + 2 files changed, 5 insertions(+) create mode 160000 src/use_cases/seba_on_arm/src_repo/helm-charts diff --git a/.gitmodules b/.gitmodules index 7c6c5fa..191a8df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -138,3 +138,7 @@ [submodule "kubectl-deployer-docker"] path = src/use_cases/seba_on_arm/src_repo/kubectl-deployer-docker url = https://github.com/iecedge/kubectl-deployer-docker.git +[submodule "helm-charts"] + path = src/use_cases/seba_on_arm/src_repo/helm-charts + url = https://github.com/iecedge/helm-charts.git + branch = ponsim_3node_arm64 diff --git a/src/use_cases/seba_on_arm/src_repo/helm-charts b/src/use_cases/seba_on_arm/src_repo/helm-charts new file mode 160000 index 0000000..b168859 --- /dev/null +++ b/src/use_cases/seba_on_arm/src_repo/helm-charts @@ -0,0 +1 @@ +Subproject commit b168859840d479cf32ac10263117adcdebfca4d5 -- 2.16.6