mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 21:23:36 +00:00
957b7b2423
* Fixed: typo * Added: /tmp env var * Changed: use fullname * Fixed: fullname usage
11 lines
301 B
YAML
11 lines
301 B
YAML
{{ if .Values.enterpriseFeatures.clearmlApplications.fileMounts }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "clearml.fullname" . }}-apps-fm
|
|
data:
|
|
{{- range .Values.enterpriseFeatures.clearmlApplications.fileMounts }}
|
|
{{ .name }}: {{ .fileContent | b64enc }}
|
|
{{- end }}
|
|
{{ end }}
|