Skip to content

Commit

Permalink
fix: use default ServiceAccount in nsplease-system
Browse files Browse the repository at this point in the history
  • Loading branch information
Matéo Mévollon committed Oct 26, 2022
1 parent b56b324 commit 9bd3d4b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nsplease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,10 @@ spec:
labels:
app: nsplease
spec:
serviceAccountName: nsplease
containers:
- image: ghcr.io/socialgouv/nsplease:main
name: nsplease
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: nsplease
namespace: nsplease-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
Expand All @@ -42,4 +35,4 @@ roleRef:
subjects:
- kind: ServiceAccount
namespace: nsplease-system
name: nsplease
name: default

0 comments on commit 9bd3d4b

Please sign in to comment.