diff --git a/charts/nomex/templates/clusterrole.yml b/charts/nomex/templates/clusterrole.yml index 0f75c1f1..6c820769 100644 --- a/charts/nomex/templates/clusterrole.yml +++ b/charts/nomex/templates/clusterrole.yml @@ -8,4 +8,10 @@ rules: resources: - nodes verbs: - - list \ No newline at end of file + - list + - apiGroups: + - "" + resources: + - pods + verbs: + - list