Skip to content

Commit

Permalink
[vscode-pyspark] typo statefulset.yaml (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: JackLemaitre <[email protected]>
  • Loading branch information
JackLemaitre and JackLemaitre authored Oct 9, 2024
1 parent d150e74 commit 0bdaf27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 0bdaf27

Please sign in to comment.