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
  • Loading branch information
clarissalimab committed Jul 27, 2023
1 parent a1266d7 commit 028b24c
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 028b24c

Please sign in to comment.