This commit is contained in:
V 2025-11-29 20:02:47 +00:00
parent 8df9ac0b63
commit 90aad36e4d
2 changed files with 25 additions and 0 deletions

View File

@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- rbac.yaml
- cilium.yaml

View File

@ -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-security
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