Fix horizon hpa name
Change-Id: Ice488b401ae10cf94d78b763be76d97e7b5728b4
This commit is contained in:
parent
09eaf9eb06
commit
d5e1f3ff19
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user