Skip to content

Commit

Permalink
workspace chart won't mount JWT secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Nov 27, 2024
1 parent 189e26b commit ba95156
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.17
version: 0.0.18
appVersion: 4.1.8-ofas-31799c9
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
5 changes: 0 additions & 5 deletions charts/bigdata-notebook-workspace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ spec:
{{- if .Values.gatewayClient.enabled }}
- name: "JUPYTER_GATEWAY_URL"
value: {{ .Values.gatewayClient.url }}
- name: "JUPYTER_GATEWAY_AUTH_TOKEN"
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}
key: {{ .Values.gatewayClient.secretKeyToken }}
- name: "JUPYTER_GATEWAY_REQUEST_TIMEOUT"
value: {{ .Values.gatewayClient.requestTimeout | quote }}
- name: "JUPYTER_GATEWAY_HEADERS"
Expand Down
1 change: 0 additions & 1 deletion charts/bigdata-notebook-workspace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ gatewayClient:
url: "http://bigdata-notebook-service.spot-system.svc.cluster.local"
requestTimeout: 600
headers: '{"Content-Type": "application/json"}'
secretKeyToken: token

telemetry:
enabled: false
Expand Down

0 comments on commit ba95156

Please sign in to comment.