From d5e1f3ff19160137f10244e2dcdc3b6cb2e290ae Mon Sep 17 00:00:00 2001 From: okozachenko Date: Thu, 14 May 2020 16:37:18 +0300 Subject: [PATCH] Fix horizon hpa name Change-Id: Ice488b401ae10cf94d78b763be76d97e7b5728b4 --- .../templates/horizon/horizontalpodautoscaler.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_operator/templates/horizon/horizontalpodautoscaler.yml.j2 b/openstack_operator/templates/horizon/horizontalpodautoscaler.yml.j2 index 02936209..710903a4 100644 --- a/openstack_operator/templates/horizon/horizontalpodautoscaler.yml.j2 +++ b/openstack_operator/templates/horizon/horizontalpodautoscaler.yml.j2 @@ -16,7 +16,7 @@ apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: - name: keystone-{{ name }} + name: horizon-{{ name }} labels: {{ labels("horizon", name) | indent(4) }} spec: