mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-11 00:36:05 +02:00
Add nginx-ingress addon manifests for bare-metal
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
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