Skip to content

Commit

Permalink
Merge pull request #34 from glaciation-heu/HHT-1417-integration-testi…
Browse files Browse the repository at this point in the history
…ng-fixes

HHT-1417: watch nodes and pods
  • Loading branch information
ktatarnikovhiro authored Oct 14, 2024
2 parents 6d1a925 + 5210c08 commit bcb3016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/app/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ rules:
- apiGroups: [""]
resources: ["configmaps", "deployments", "statefulsets", "jobs", "nodes", "daemonsets", "replicasets", "pods"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["nodes", "pods"]
verbs: ["watch"]

0 comments on commit bcb3016

Please sign in to comment.