mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-18 01:59:34 +01:00
4882fe1053
* Azure worker pools must be in the same region as the cluster itself unfortunately
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
|