Merge "Fix horizon hpa name"

This commit is contained in:
Zuul 2020-05-15 16:18:33 +00:00 committed by Gerrit Code Review
commit f0d9f5bc45

View File

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