Skip to content

Commit

Permalink
display app name for shinyproxy apps
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari committed Jan 30, 2025
1 parent e152255 commit 2796457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinyproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
container-memory-request: {{ .Values.flavor.requests.memory }}
port: {{ .Values.appconfig.port }}
id: {{ .Release.Name }}
display-name: {{ .Values.app_name | quote }}
display-name: {{ .Values.name | quote }}
description: {{ .Values.app_description | quote }}
minimum-seats-available: {{ .Values.appconfig.minimumSeatsAvailable }}
seats-per-container: {{ .Values.appconfig.seatsPerContainer }}
Expand Down
1 change: 1 addition & 0 deletions apps/shinyproxy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
appname: shinyapp
name: shinyapp
project:
name: project
slug: project-slug
Expand Down

0 comments on commit 2796457

Please sign in to comment.