Skip to content

Commit

Permalink
Merge pull request #7 from junminahn/main
Browse files Browse the repository at this point in the history
feat: add coordination.k8s.io api group
  • Loading branch information
jlangy authored Nov 30, 2023
2 parents ad472ff + 7e5a7c5 commit 77edfa5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@ resource "kubernetes_role" "this" {
"update",
]
}
rule {
api_groups = ["coordination.k8s.io"]
resources = ["leases"]
verbs = [
"create",
"delete",
"get",
"list",
"patch",
"update",
]
}
rule {
api_groups = ["image.openshift.io"]
resources = ["imagestreamtags"]
Expand Down

0 comments on commit 77edfa5

Please sign in to comment.