Skip to content

Commit

Permalink
Update github runner cluster role (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedCircuits authored Nov 10, 2022
1 parent e3311e7 commit 176d7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.17
v0.0.18
2 changes: 1 addition & 1 deletion modules/k8s/github-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "kubernetes_cluster_role" "github" {

rule {
api_groups = ["", "apps", "networking.k8s.io", "extensions"]
resources = ["deployments", "services", "configmaps", "secrets", "ingresses"]
resources = ["deployments", "services", "configmaps", "secrets", "ingresses", "namespaces"]
verbs = ["get", "watch", "list", "patch", "update", "delete"]
}
}
Expand Down

0 comments on commit 176d7ff

Please sign in to comment.