Skip to content

Commit

Permalink
Fix: k8s resource apiVersions upgrade to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
colynn authored Jun 12, 2023
1 parent f966400 commit 565fc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/topic002/deploy/incluster/rabc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: jenkins-rbac
Expand All @@ -38,7 +38,7 @@ rules:

---

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: jenkins-admin
Expand Down

0 comments on commit 565fc07

Please sign in to comment.