Skip to content

Commit

Permalink
Add prometheusrules to resources that can be managed by deploy crd Ku…
Browse files Browse the repository at this point in the history
…bernetes role (#177)
  • Loading branch information
clarissalimab authored Jan 23, 2024
1 parent cd27375 commit 0ea82cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/deploy-role-bindings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "kubernetes_role" "deploy_crd" {

rule {
api_groups = ["monitoring.coreos.com"]
resources = ["servicemonitors"]
resources = ["servicemonitors", "prometheusrules"]
verbs = ["*"]
}

Expand Down

0 comments on commit 0ea82cf

Please sign in to comment.