mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-31 14:51:34 +02:00
Add Nginx Ingress controller addons and docs
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: ingress
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: ingress
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
namespace: ingress
|
||||
name: default
|
Reference in New Issue
Block a user