Skip to content

Commit

Permalink
Remove unused Helm directives
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Jan 4, 2024
1 parent 32ab97e commit 016e93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions charts/flyte-core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,4 @@ storage:
enable-multicontainer: {{ .Values.storage.enableMultiContainer }}
limits:
maxDownloadMBs: {{ .Values.storage.limits.maxDownloadMBs }}
{{- end }}

#{{- define "flytepropeller-core" -}}
#{{ include "flytepropeller.storage" .}}
#{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/flyte-core/templates/propeller/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 016e93c

Please sign in to comment.