Commit 80e66596 authored by Łukasz Osipiuk's avatar Łukasz Osipiuk

Grant permissions for batch/job to cluster-autoscaler

parent 8928e70a
...@@ -33,6 +33,9 @@ rules: ...@@ -33,6 +33,9 @@ rules:
- apiGroups: ["apps"] - apiGroups: ["apps"]
resources: ["statefulsets"] resources: ["statefulsets"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "list", "watch"]
- apiGroups: ["policy"] - apiGroups: ["policy"]
resources: ["poddisruptionbudgets"] resources: ["poddisruptionbudgets"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment