Skip to content

Commit

Permalink
verify if repository value exists (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Oct 26, 2023
1 parent 9d8563c commit 0c82c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/library-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: library-chart
version: 1.5.14
version: 1.5.15
type: library
2 changes: 2 additions & 0 deletions charts/library-chart/templates/_secret.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,10 @@ metadata:
stringData:
spark-defaults.conf: |
{{- include "library-chart.sparkConf" . | nindent 4 }}
{{- if .Values.repository -}}
{{- if .Values.repository.mavenRepository -}}
{{ printf "spark.jars.ivySettings /opt/spark/conf/ivysettings.xml" }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 0c82c8f

Please sign in to comment.