Skip to content

Commit

Permalink
feat: allow Flux to create PodMonitors (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Benoît Faucon <[email protected]>
  • Loading branch information
Neki authored and ArchiFleKs committed Sep 19, 2019
1 parent 018e06d commit 9439fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/eks-namespaces/namespaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ resource "kubernetes_role" "flux" {
resources = [
"prometheusrules",
"servicemonitors",
"podmonitors",
]

verbs = ["*"]
Expand Down

0 comments on commit 9439fee

Please sign in to comment.