Skip to content

Commit

Permalink
jupyter-pyspark secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Sep 20, 2023
1 parent 13cd064 commit a595313
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 99 deletions.
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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: 1.32.0
version: 1.32.1

dependencies:
- name: library-chart
version: 1.4.4
version: 1.5.2
repository: https://inseefrlab.github.io/helm-charts-interactive-services
91 changes: 0 additions & 91 deletions charts/jupyter-pyspark/templates/_secret.tpl

This file was deleted.

1 change: 0 additions & 1 deletion charts/jupyter-pyspark/templates/configmap-mlflow.yaml

This file was deleted.

1 change: 1 addition & 0 deletions charts/jupyter-pyspark/templates/secret-mlflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretMLFlow" . }}
1 change: 1 addition & 0 deletions charts/jupyter-pyspark/templates/secret-token.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretToken" . }}
10 changes: 5 additions & 5 deletions charts/jupyter-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ spec:
{{- end }}
- name: NB_USER
value: {{ .Values.environment.user }}
- name: PASSWORD
value: {{ .Values.security.password }}
- name: PROJECT_USER
value: {{ .Values.environment.user }}
- name: PROJECT_GROUP
Expand All @@ -137,6 +135,8 @@ spec:
value: "yes"
{{- end }}
envFrom:
- secretRef:
name: {{ include "library-chart.secretNameToken" . }}
{{- if .Values.s3.enabled }}
- secretRef:
name: {{ include "library-chart.secretNameS3" . }}
Expand All @@ -153,9 +153,9 @@ spec:
- configMapRef:
name: {{ include "library-chart.configMapNameRepository" . }}
{{- end }}
{{- if not (empty (trim (include "library-chart.configMapMLFlow" .)))}}
- configMapRef:
name: {{ include "library-chart.configMapNameMLFlow" . }}
{{- if and .Values.discovery.mlflow (not (empty (trim (include "library-chart.secretMLFlow" .)))) }}
- secretRef:
name: {{ include "library-chart.secretNameMLFlow" . }}
{{- end }}
livenessProbe:
httpGet:
Expand Down

0 comments on commit a595313

Please sign in to comment.