mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
fix volumeMount indentation (#298)
* fix volumeMount indentation * version bump
This commit is contained in:
parent
ac96346607
commit
6cd821742b
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "7.10.0"
|
version: "7.10.1"
|
||||||
appVersion: "1.15"
|
appVersion: "1.15"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -32,5 +32,5 @@ dependencies:
|
|||||||
condition: elasticsearch.enabled
|
condition: elasticsearch.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: Ability to add volumes and volumeMounts to Deployments
|
description: additionalVolumeMount indentation is fixed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ spec:
|
|||||||
mountPath: /opt/clearml/config
|
mountPath: /opt/clearml/config
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.apiserver.additionalVolumeMounts }}
|
{{- if .Values.apiserver.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.apiserver.additionalVolumeMounts | nindent 8 }}
|
{{- toYaml .Values.apiserver.additionalVolumeMounts | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
|
@ -118,7 +118,7 @@ spec:
|
|||||||
- name: fileserver-data
|
- name: fileserver-data
|
||||||
mountPath: /mnt/fileserver
|
mountPath: /mnt/fileserver
|
||||||
{{- if .Values.fileserver.additionalVolumeMounts }}
|
{{- if .Values.fileserver.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.fileserver.additionalVolumeMounts | nindent 8 }}
|
{{- toYaml .Values.fileserver.additionalVolumeMounts | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.fileserver.resources | nindent 12 }}
|
{{- toYaml .Values.fileserver.resources | nindent 12 }}
|
||||||
|
@ -95,7 +95,7 @@ spec:
|
|||||||
- name: webserver-config
|
- name: webserver-config
|
||||||
mountPath: /mnt/external_files/configs
|
mountPath: /mnt/external_files/configs
|
||||||
{{- if .Values.webserver.additionalVolumeMounts }}
|
{{- if .Values.webserver.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.webserver.additionalVolumeMounts | nindent 8 }}
|
{{- toYaml .Values.webserver.additionalVolumeMounts | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.webserver.resources | nindent 12 }}
|
{{- toYaml .Values.webserver.resources | nindent 12 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user