mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-18 05:29:34 +01:00
14 lines
258 B
YAML
14 lines
258 B
YAML
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: ingress
|
||
|
namespace: ingress
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: ingress
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
namespace: ingress
|
||
|
name: default
|