From 016e93c4f330c0c0462ea4613599715216279b81 Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Thu, 4 Jan 2024 13:55:40 -0500 Subject: [PATCH] Remove unused Helm directives Signed-off-by: davidmirror-ops --- charts/flyte-core/templates/_helpers.tpl | 6 +----- charts/flyte-core/templates/propeller/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/flyte-core/templates/_helpers.tpl b/charts/flyte-core/templates/_helpers.tpl index ad9a929e75..eab46a79a7 100755 --- a/charts/flyte-core/templates/_helpers.tpl +++ b/charts/flyte-core/templates/_helpers.tpl @@ -224,8 +224,4 @@ storage: enable-multicontainer: {{ .Values.storage.enableMultiContainer }} limits: maxDownloadMBs: {{ .Values.storage.limits.maxDownloadMBs }} -{{- end }} - -#{{- define "flytepropeller-core" -}} -#{{ include "flytepropeller.storage" .}} -#{{- end }} \ No newline at end of file +{{- end }} \ No newline at end of file diff --git a/charts/flyte-core/templates/propeller/configmap.yaml b/charts/flyte-core/templates/propeller/configmap.yaml index a37bc95a4c..21f45bff79 100644 --- a/charts/flyte-core/templates/propeller/configmap.yaml +++ b/charts/flyte-core/templates/propeller/configmap.yaml @@ -46,7 +46,7 @@ data: databricks.yaml: | {{ tpl (toYaml .) $ | nindent 4 }} {{- end }} {{- end }} - storage.yaml: | {{ tpl (include "storage" .) $ | nindent 4 }} + storage.yaml: | {{ tpl (include "storage" .) $ | nindent 4 }} cache.yaml: | cache: max_size_mbs: {{ .Values.flytepropeller.cacheSizeMbs }}