mirror of https://github.com/k3s-io/k3s
17 lines
425 B
YAML
17 lines
425 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: gce:podsecuritypolicy:ip-masq-agent
|
|
namespace: kube-system
|
|
labels:
|
|
addonmanager.kubernetes.io/mode: Reconcile
|
|
kubernetes.io/cluster-service: "true"
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: gce:podsecuritypolicy:privileged
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: ip-masq-agent
|
|
namespace: kube-system
|