Skip to content

Commit

Permalink
gateway: remove extrahelp
Browse files Browse the repository at this point in the history
Signed-off-by: Élyse Viard <[email protected]>
  • Loading branch information
ElysaSrc committed Dec 12, 2024
1 parent 5cb9605 commit 50da659
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
10 changes: 0 additions & 10 deletions templates/gateway/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ spec:
- name: config
mountPath: /srv/gateway.toml
subPath: gateway.toml
{{- if .Values.services.gateway.extrahelp }}
- name: extrahelp
mountPath: /srv/front/help.md
subPath: help.md
{{- end }}

{{- with (.Values.services.gateway.volumeMounts | default list) }}
{{- toYaml . | nindent 12 }}
Expand Down Expand Up @@ -77,11 +72,6 @@ spec:
- name: config
configMap:
name: {{ include "osrd.fullname" . }}-gateway-config
{{- if .Values.services.gateway.extrahelp }}
- name: extrahelp
configMap:
name: {{ include "osrd.fullname" . }}-gateway-extrahelp
{{- end }}

{{- with (.Values.services.gateway.volumes | default list) }}
{{- toYaml . | nindent 8 }}
Expand Down
9 changes: 0 additions & 9 deletions templates/gateway/extrahelp.yaml

This file was deleted.

0 comments on commit 50da659

Please sign in to comment.