Created
April 24, 2024 19:23
-
-
Save infamousjoeg/efa73b5699affac0c93829cd0dba0ea0 to your computer and use it in GitHub Desktop.
ClusterRoleBinding admin to ClusterRole system:service-account-issuer-discovery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: admin-service-account-issuer-discovery | |
subjects: | |
- kind: User | |
name: [email protected] # Replace this with your actual admin username | |
apiGroup: rbac.authorization.k8s.io | |
roleRef: | |
kind: ClusterRole | |
name: system:service-account-issuer-discovery | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment