From 19f740aef82f94fc4cc2ce97a1e71eae91ec57f5 Mon Sep 17 00:00:00 2001 From: John McGrath <8764013+jmcgrath207@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:29:57 -0600 Subject: [PATCH] fix-container_limit_percentage-flag (#53) --- chart/templates/DeployType.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/DeployType.yaml b/chart/templates/DeployType.yaml index cb0bbce..48b8f5a 100644 --- a/chart/templates/DeployType.yaml +++ b/chart/templates/DeployType.yaml @@ -89,7 +89,7 @@ spec: - name: EPHEMERAL_STORAGE_NODE_PERCENTAGE value: "{{ .Values.metrics.ephemeral_storage_node_percentage }}" {{- end }} - {{- if .Values.metrics.ephemeral_storage_node_percentage }} + {{- if .Values.metrics.ephemeral_storage_container_limit_percentage }} - name: EPHEMERAL_STORAGE_CONTAINER_LIMIT_PERCENTAGE value: "{{ .Values.metrics.ephemeral_storage_container_limit_percentage }}" {{- end }}