From 5972fd8e5f044167bb79076458d08c52e154f24a Mon Sep 17 00:00:00 2001 From: Niels ten Boom Date: Wed, 27 Apr 2022 22:55:27 +0200 Subject: [PATCH] fix: k8sagent indentation (#65) --- charts/clearml/Chart.yaml | 2 +- charts/clearml/README.md | 2 +- charts/clearml/templates/configmap-agentk8s-template.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index a5c2f40..1fc7a51 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "3.10.0" +version: "3.10.1" appVersion: "1.4.0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 753610a..457c38f 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 3.10.1](https://img.shields.io/badge/Version-3.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/templates/configmap-agentk8s-template.yaml b/charts/clearml/templates/configmap-agentk8s-template.yaml index 51c1884..5e8e9dc 100644 --- a/charts/clearml/templates/configmap-agentk8s-template.yaml +++ b/charts/clearml/templates/configmap-agentk8s-template.yaml @@ -47,11 +47,11 @@ data: {{ toYaml .Values.agentk8sglue.podTemplate.env | nindent 8 }} {{- end }} {{- with .Values.agentk8sglue.podTemplate.nodeSelector}} - nodeSelector: + nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.agentk8sglue.podTemplate.tolerations }} - tolerations: + tolerations: {{- toYaml . | nindent 8 }} {{- end }} {{- end }}