fix volumeMount indentation (#298)

* fix volumeMount indentation

* version bump
This commit is contained in:
Daglar Berk Erdem 2024-06-06 10:31:52 +03:00 committed by GitHub
parent ac96346607
commit 6cd821742b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# ClearML Ecosystem for Kubernetes # ClearML Ecosystem for Kubernetes
![Version: 7.10.0](https://img.shields.io/badge/Version-7.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square) ![Version: 7.10.1](https://img.shields.io/badge/Version-7.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15](https://img.shields.io/badge/AppVersion-1.15-informational?style=flat-square)
MLOps platform MLOps platform

View File

@ -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:

View File

@ -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 }}

View File

@ -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 }}