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 <[email protected]>

* docs: changelog

Signed-off-by: Guilhem Barthés <[email protected]>

---------

Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes authored and thbcmlowk committed Oct 11, 2023
1 parent 9fc3332 commit 5b4b224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [] - Unreleased

### Fixed

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

## [23.0.0] - 2023-10-10

## Added

- `bitnami/common` dependency added
- `bitnami/common` dependency added

## Changed

Expand Down Expand Up @@ -51,7 +57,7 @@

## [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 5b4b224

Please sign in to comment.