Skip to content

Commit

Permalink
Trim suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 7, 2023
1 parent 559d0b9 commit 27aef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
periodSeconds: 1
failureThreshold: 60
httpGet:
path: {{ .Values.config.BinderHub.base_url }}/versions
path: {{ .Values.config.BinderHub.base_url | trimSuffix "/" }}/versions
port: http
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 27aef42

Please sign in to comment.