mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Allowing extraEnv to be added to agentservices and agent deployments.
This commit is contained in:
parent
9cf2868738
commit
d49c29b819
@ -87,6 +87,9 @@ spec:
|
||||
secretKeyRef:
|
||||
name: clearml-conf
|
||||
key: tests_user_secret
|
||||
{{- if .extraEnvs }}
|
||||
{{ toYaml .extraEnvs | nindent 10 }}
|
||||
{{- end }}
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
||||
@ -81,6 +81,9 @@ spec:
|
||||
secretKeyRef:
|
||||
name: clearml-conf
|
||||
key: tests_user_secret
|
||||
{{- if .Values.agentservices.extraEnvs }}
|
||||
{{ toYaml .Values.agentservices.extraEnvs | nindent 10 }}
|
||||
{{- end }}
|
||||
args:
|
||||
- agentservices
|
||||
volumeMounts:
|
||||
|
||||
@ -281,6 +281,8 @@ agentGroups:
|
||||
repository: "ubuntu"
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "18.04"
|
||||
|
||||
extraEnvs: []
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user