ansible-role-k8s-weave/files/net/weave-net-RoleBinding.yaml
Adrien 9d35d4b4a7
All checks were successful
continuous-integration/drone/push Build is passing
Update Weave Net
2020-06-10 22:09:51 +02:00

24 lines
561 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: weave-net
annotations:
cloud.weave.works/launcher-info: |-
{
"original-request": {
"url": "/k8s/v1.16/net.yaml",
"date": "Wed Jun 10 2020 20:07:23 GMT+0000 (UTC)"
},
"email-address": "support@weave.works"
}
labels:
name: weave-net
namespace: kube-system
roleRef:
kind: Role
name: weave-net
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
name: weave-net
namespace: kube-system