diff --git a/helm/templates/clusterRole.yaml b/helm/templates/clusterRole.yaml index c0fd6ca..467dd38 100644 --- a/helm/templates/clusterRole.yaml +++ b/helm/templates/clusterRole.yaml @@ -43,6 +43,12 @@ rules: - "list" - "watch" + # Autoscaling + - apiGroups: ["autoscaling"] + resources: + - horizontalpodautoscalers + verbs: ["get", "list", "watch"] + # Batch jobs - apiGroups: ["batch"] resources: