From 51786ca9f98546b516755bb301857f665ee57667 Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Mon, 17 Jun 2024 13:30:03 +0530 Subject: [PATCH] Fixed dependency not found Signed-off-by: Lalith Kota --- charts/esignet/.gitignore | 2 +- charts/esignet/charts/mock-identity-system | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 charts/esignet/charts/mock-identity-system diff --git a/charts/esignet/.gitignore b/charts/esignet/.gitignore index f791801..9169e44 100644 --- a/charts/esignet/.gitignore +++ b/charts/esignet/.gitignore @@ -1,2 +1,2 @@ -charts/ +charts/*.tgz Chart.lock diff --git a/charts/esignet/charts/mock-identity-system b/charts/esignet/charts/mock-identity-system new file mode 120000 index 0000000..d959744 --- /dev/null +++ b/charts/esignet/charts/mock-identity-system @@ -0,0 +1 @@ +../../mock-identity-system \ No newline at end of file