Skip to content

Commit

Permalink
fix: builder using builder SA (#754)
Browse files Browse the repository at this point in the history
* fix: builder using builder SA

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

* docs: changelog

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

---------

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Oct 6, 2023
1 parent 3d5dcd5 commit 45bf640
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [] - Unrelease

### Fixed

- Use the SA ` xxx-builder` instead of `xxx-worker` in `builder`

## [22.8.0] - 2023-08-16

## Added
### Added

- New `server.allowImplicitLogin` field, controlling whether "implicit login" (`Client.login` in the Substra SDK) is enabled

Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/templates/statefulset-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ template "substra.fullname" . }}-worker
serviceAccountName: {{ template "substra.fullname" . }}-builder
containers:
- name: builder
image: {{ include "substra-backend.images.name" (dict "img" .Values.builder.image "defaultTag" $.Chart.AppVersion) }}
Expand Down

0 comments on commit 45bf640

Please sign in to comment.