From 72e007d30db533bed031d0425aff662bf2b62fb0 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Wed, 9 Dec 2020 10:37:20 +0100 Subject: [UUI] Move components to component dir Helm 3.4 requires the dependencies in the charts dir to be included in the requirements. Dependencies need to be moved to the components folder Signed-off-by: Jakub Latusek Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660 Issue-ID: OOM-2562 --- kubernetes/uui/charts/uui-server/templates/ingress.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 kubernetes/uui/charts/uui-server/templates/ingress.yaml (limited to 'kubernetes/uui/charts/uui-server/templates/ingress.yaml') diff --git a/kubernetes/uui/charts/uui-server/templates/ingress.yaml b/kubernetes/uui/charts/uui-server/templates/ingress.yaml deleted file mode 100644 index 8f87c68f1e..0000000000 --- a/kubernetes/uui/charts/uui-server/templates/ingress.yaml +++ /dev/null @@ -1 +0,0 @@ -{{ include "common.ingress" . }} -- cgit 1.2.3-korg