Skip to content

Commit

Permalink
Enable serviceAccountName in webui deployment
Browse files Browse the repository at this point in the history
Adds the optional `serviceAccountName` in rucio-webui deployment
  • Loading branch information
d-ylee committed Oct 2, 2024
1 parent fd2d435 commit e2e0cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-webui
version: 35.0.0
version: 35.0.1
apiVersion: v1
description: A Helm chart to deploy the new Rucio Webui
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/rucio-webui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
annotations:
checksum/config: {{ $common_config | sha1sum }}
spec:
{{- if .Values.serviceAccountName }}
serviceAccountName: {{ .Values.serviceAccountName }}
{{- end }}
volumes:
- name: config
secret:
Expand Down

0 comments on commit e2e0cb3

Please sign in to comment.