Skip to content

Instantly share code, notes, and snippets.

@superbrothers
Created October 17, 2019 07:49
Show Gist options
  • Save superbrothers/d0c8d56e5797ea8fabcc3eb7984de52f to your computer and use it in GitHub Desktop.
Save superbrothers/d0c8d56e5797ea8fabcc3eb7984de52f to your computer and use it in GitHub Desktop.
apiVersion: authorization.k8s.io/v1
kind: SelfSubjectAccessReview
metadata:
labels:
a: &a ["web","web","web","web","web","web","web","web","web"]
b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a]
c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b]
d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c]
e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d]
f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e]
g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f]
h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g]
i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h]
spec:
resourceAttributes:
group: apps
resource: deployments
verb: create
namespace: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment