You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
373 B
16 lines
373 B
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: vulnerable-log4j-puller
|
|
namespace: vulnerable-cicd
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: system:image-puller
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: vulnerable-log4j
|
|
- kind: ServiceAccount
|
|
name: pipeline
|
|
namespace: vulnerable-cicd
|
|
|