mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 17:16:47 +00:00
cf5a2e5fe6
* imported chart * ci * docs * added myself as maintainer * helm-docs update * bump up action version * typo fix * fix official webste * fix allegro ai website
14 lines
243 B
YAML
14 lines
243 B
YAML
{{- range $key, $value := .Values.agentGroups }}
|
|
{{- with $value }}
|
|
---
|
|
{{ if .clearmlConfig }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ .name }}-conf
|
|
data:
|
|
clearml.conf: {{ .clearmlConfig | b64enc }}
|
|
{{ end }}
|
|
{{- end }}
|
|
{{- end }}
|