From 0bdaf27fb342bdbfe4c34041175131722d4ab4aa Mon Sep 17 00:00:00 2001 From: Jacques Lemaitre <58292368+JackLemaitre@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:49:30 +0200 Subject: [PATCH] [vscode-pyspark] typo statefulset.yaml (#165) Co-authored-by: JackLemaitre --- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/README.md | 2 +- charts/vscode-pyspark/templates/statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 82973e83..7bf1b4c2 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.5 +version: 2.1.6 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md index 172e8aaa..08c4d07c 100644 --- a/charts/vscode-pyspark/README.md +++ b/charts/vscode-pyspark/README.md @@ -1,6 +1,6 @@ # vscode-pyspark -![Version: 2.1.5](https://img.shields.io/badge/Version-2.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.1.6](https://img.shields.io/badge/Version-2.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from Python. diff --git a/charts/vscode-pyspark/templates/statefulset.yaml b/charts/vscode-pyspark/templates/statefulset.yaml index c40dc5c0..ecf26d80 100644 --- a/charts/vscode-pyspark/templates/statefulset.yaml +++ b/charts/vscode-pyspark/templates/statefulset.yaml @@ -121,7 +121,7 @@ spec: cp /src/coresite/core-site.xml /dest/coresite/core-site.xml; {{- end }} {{- if .Values.spark.default }} - mdir /dest/spark; + mkdir /dest/spark; cp /src/spark/spark-defaults.conf /dest/spark/spark-defaults.conf; {{- end }} {{- if and (.Values.spark.default) (.Values.repository.mavenRepository) }}