diff --git a/charts/flyte-core/templates/admin/deployment.yaml b/charts/flyte-core/templates/admin/deployment.yaml index b7cf2a1487..8b6dff34af 100755 --- a/charts/flyte-core/templates/admin/deployment.yaml +++ b/charts/flyte-core/templates/admin/deployment.yaml @@ -73,8 +73,9 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets {{- if gt (len .Values.configmap.clusters.labelClusterMap) 0 }} - - mountPath: /var/run/credentials - name: cluster-credentials + {{- with .Values.flyteadmin.additionalVolumeMounts -}} + {{ tpl (toYaml .) $ | nindent 10 }} + {{- end }} {{- end }} {{- end }} - name: generate-secrets