Skip to content

Commit

Permalink
fix: hack: use controller service account for worker
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Nov 11, 2024
1 parent 90bae6a commit 5d0c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
worker: "true"
spec:
serviceAccountName: apiserver
serviceAccountName: controller-manager
containers:
- name: wardle-server
image: {{ .Values.worker.image.repository }}:{{ .Values.worker.image.tag }}
Expand Down

0 comments on commit 5d0c560

Please sign in to comment.