Skip to content
Snippets Groups Projects
Verified Commit f127a23a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nas): Add missing flux reconciler serviceAccount

parent 5aaf1193
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,23 @@ metadata:
pod-security.kubernetes.io/audit-version: v1.26
pod-security.kubernetes.io/enforce-version: v1.23
pod-security.kubernetes.io/warn-version: v1.26
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: flux-reconciler
namespace: nas
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: flux-reconciler
namespace: nas
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: admin
subjects:
- kind: ServiceAccount
name: flux-reconciler
namespace: nas
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment