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 }}