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 kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
metadata: metadata:
name: ${MYUSER}-rolebinding name: ${MYUSER}-rolebinding
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io
kind: ClusterRole kind: ClusterRole
name: cluster-admin name: cluster-admin
subjects: subjects:
- apiGroup: rbac.authorization.k8s.io - apiGroup: rbac.authorization.k8s.io
kind: User kind: User
name: ${MYUSER} name: ${MYUSER}
EOF EOF
#. Apply the rolebinding. #. Apply the rolebinding.