Skip to content

Commit

Permalink
Generalise volume mounting points
Browse files Browse the repository at this point in the history
Signed-off-by: gdabisias <[email protected]>
  • Loading branch information
gdabisias committed Sep 22, 2023
1 parent 0e5752e commit 58ad1d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/flyte-core/templates/admin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58ad1d8

Please sign in to comment.