initial commit
This commit is contained in:
commit
7dd7d19df5
11 changed files with 391 additions and 0 deletions
13
config/200-rolebinding.yaml
Normal file
13
config/200-rolebinding.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: nginx-ingress-proxy
|
||||
namespace: ingress-nginx
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: nginx-ingress-proxy
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: nginx-ingress-proxy
|
||||
Loading…
Add table
Add a link
Reference in a new issue