diff --git a/charts/rucio-webui/Chart.yaml b/charts/rucio-webui/Chart.yaml index 5a6a556..997a6be 100644 --- a/charts/rucio-webui/Chart.yaml +++ b/charts/rucio-webui/Chart.yaml @@ -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: diff --git a/charts/rucio-webui/templates/deployment.yaml b/charts/rucio-webui/templates/deployment.yaml index 9a9d7d7..e27305a 100644 --- a/charts/rucio-webui/templates/deployment.yaml +++ b/charts/rucio-webui/templates/deployment.yaml @@ -44,6 +44,9 @@ spec: annotations: checksum/config: {{ $common_config | sha1sum }} spec: + {{- if .Values.serviceAccountName }} + serviceAccountName: {{ .Values.serviceAccountName }} + {{- end }} volumes: - name: config secret: