Skip to content

Commit

Permalink
[helm] update monitoring rbac version (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored Jun 28, 2022
1 parent 393e832 commit 49f08c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/helm/monitoring/templates/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "aptos-monitoring.fullname" . }}-prometheus
Expand All @@ -106,7 +106,7 @@ rules:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "aptos-monitoring.fullname" . }}-prometheus
Expand Down

0 comments on commit 49f08c7

Please sign in to comment.