From c242d65a85a522f32a6ae54a76b68cc4188858fc Mon Sep 17 00:00:00 2001 From: okozachenko Date: Tue, 5 May 2020 17:22:24 +0300 Subject: [PATCH] Add HPA in the clusterrole Change-Id: I79d8071cae5a1117d4aa35b189e3c9445fbeee8b --- chart/templates/clusterrole.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chart/templates/clusterrole.yaml b/chart/templates/clusterrole.yaml index d6f6f904..9e58932f 100644 --- a/chart/templates/clusterrole.yaml +++ b/chart/templates/clusterrole.yaml @@ -69,6 +69,18 @@ rules: - patch - update - watch +- apiGroups: + - autoscaling + resources: + - horizontalpodautoscalers + verbs: + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - dns.openstack.org resources: