mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 09:06:48 +00:00
11 lines
250 B
YAML
11 lines
250 B
YAML
{{ if .Values.agentk8sglue.fileMounts }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "clearmlAgent.fullname" . }}-afm
|
|
data:
|
|
{{- range .Values.agentk8sglue.fileMounts }}
|
|
{{ .name }}: {{ .fileContent | b64enc }}
|
|
{{- end }}
|
|
{{ end }}
|