This commit is contained in:
V
2025-11-29 23:36:20 +00:00
parent 73f554dc5c
commit 4b89091220
7 changed files with 6 additions and 26 deletions
@@ -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