Skip to content

Commit

Permalink
remove beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Nov 29, 2021
1 parent 841197a commit 58f58cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/infrastructure/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Namespace
metadata:
name: monitoring
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: prometheus
Expand All @@ -27,7 +27,7 @@ metadata:
name: prometheus
namespace: monitoring
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: prometheus
Expand Down

0 comments on commit 58f58cf

Please sign in to comment.