fix
This commit is contained in:
parent
314f35bc7c
commit
73f554dc5c
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ingress-nginx.yaml
|
||||
- rbac.yaml
|
||||
@ -0,0 +1,24 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/component: networking
|
||||
toolkit.fluxcd.io/tenant: platform-team
|
||||
name: flux-networking
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: cluster-admin
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: flux
|
||||
namespace: kube-system
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: flux
|
||||
namespace: kube-system
|
||||
labels:
|
||||
app.kubernetes.io/component: networking
|
||||
toolkit.fluxcd.io/tenant: platform-team
|
||||
Loading…
Reference in New Issue
Block a user