Fix horizon hpa name

Change-Id: Ice488b401ae10cf94d78b763be76d97e7b5728b4
This commit is contained in:
okozachenko 2020-05-14 16:37:18 +03:00
parent 09eaf9eb06
commit d5e1f3ff19

View File

@ -16,7 +16,7 @@
apiVersion: autoscaling/v1 apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
metadata: metadata:
name: keystone-{{ name }} name: horizon-{{ name }}
labels: labels:
{{ labels("horizon", name) | indent(4) }} {{ labels("horizon", name) | indent(4) }}
spec: spec: