mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Pullsecrets pod template (#80)
* Added: pullsecrets management for pod template * Changed: version bump
This commit is contained in:
parent
562815e97a
commit
1d95f0c27f
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml-agent
|
name: clearml-agent
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "1.0.0"
|
version: "1.0.1"
|
||||||
appVersion: "1.21"
|
appVersion: "1.21"
|
||||||
kubeVersion: ">= 1.19.0-0 < 1.25.0-0"
|
kubeVersion: ">= 1.19.0-0 < 1.25.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# clearml-agent
|
# clearml-agent
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
|
@ -8,6 +8,14 @@ data:
|
|||||||
metadata:
|
metadata:
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
|
{{- if .Values.imageCredentials.enabled }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- if .Values.imageCredentials.existingSecret }}
|
||||||
|
- name: .Values.imageCredentials.existingSecret
|
||||||
|
{{- else }}
|
||||||
|
- name: clearml-agent-registry-key
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
serviceAccountName: {{ .Values.agentk8sglue.serviceAccountName }}
|
serviceAccountName: {{ .Values.agentk8sglue.serviceAccountName }}
|
||||||
volumes:
|
volumes:
|
||||||
{{- range .Values.agentk8sglue.podTemplate.volumes }}
|
{{- range .Values.agentk8sglue.podTemplate.volumes }}
|
||||||
|
Loading…
Reference in New Issue
Block a user