Skip to content

Instantly share code, notes, and snippets.

@NedkoHristov
Created November 1, 2022 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NedkoHristov/e200168b31a538fc91ab676805964b3a to your computer and use it in GitHub Desktop.
Save NedkoHristov/e200168b31a538fc91ab676805964b3a to your computer and use it in GitHub Desktop.
role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: read-only
namespace: rw-namespace
rules:
- apiGroups:
- ""
resources:
- '*'
verbs:
- get
- watch
- list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment