Merge "Fix minor indentation problem in K8s config"

This commit is contained in:
Zuul 2024-04-11 17:19:36 +00:00 committed by Gerrit Code Review
commit 548fcc5003
1 changed files with 6 additions and 6 deletions

View File

@ -87,15 +87,15 @@ CLIs and Clients for an admin user with cluster-admin clusterrole.
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ${MYUSER}-rolebinding
name: ${MYUSER}-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: ${MYUSER}
kind: User
name: ${MYUSER}
EOF
#. Apply the rolebinding.