mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Chaning API version from v1beta1 to v1
This commit is contained in:
@@ -24,7 +24,7 @@ rules:
|
|||||||
resources: ["secrets"]
|
resources: ["secrets"]
|
||||||
verbs: ["get", "create", "delete"]
|
verbs: ["get", "create", "delete"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ minikube_service_account_name }}
|
name: {{ minikube_service_account_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user