From b04a7be0c021d77723e4690656c7e37d25378b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mathevet?= Date: Wed, 10 Jun 2020 01:59:20 +0800 Subject: [PATCH] Revert "[stable/fluentd] Fix missing serviceName in HPA" (#22257) * Revert "[stable/fluentd] Fix missing serviceName in HPA (#21202)" This reverts commit 1a877e56fa310ca59eaf5913fb6f420a60a9ea97. Signed-off-by: Jeremy Mathevet * Remove trailing tab Signed-off-by: Jeremy Mathevet * newline at EOF Signed-off-by: Jeremy Mathevet --- stable/fluentd/Chart.yaml | 2 +- stable/fluentd/templates/hpa.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/fluentd/Chart.yaml b/stable/fluentd/Chart.yaml index 9c69a701a9..1c8717d597 100644 --- a/stable/fluentd/Chart.yaml +++ b/stable/fluentd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: A Fluentd Elasticsearch Helm chart for Kubernetes. icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png name: fluentd -version: 2.4.1 +version: 2.4.2 appVersion: v2.4.0 home: https://www.fluentd.org/ sources: diff --git a/stable/fluentd/templates/hpa.yaml b/stable/fluentd/templates/hpa.yaml index 4aa32fd2d5..3ffd699c12 100644 --- a/stable/fluentd/templates/hpa.yaml +++ b/stable/fluentd/templates/hpa.yaml @@ -13,7 +13,6 @@ spec: apiVersion: apps/v1 kind: StatefulSet name: {{ include "fluentd.fullname" . }} - serviceName: {{ .Values.service.name | default (include "fluentd.fullname" .) }} minReplicas: {{ .Values.autoscaling.minReplicas }} maxReplicas: {{ .Values.autoscaling.maxReplicas }} metrics: