Skip to content

Commit

Permalink
Merge 3ac8b9e into 846767d
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jun 4, 2020
2 parents 846767d + 3ac8b9e commit af16797
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/reana/templates/announcement-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: announcement-config
data:
announcement: ""
5 changes: 5 additions & 0 deletions helm/reana/templates/reana-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ spec:
secretKeyRef:
name: {{ include "reana.prefix" . }}-secrets
key: REANA_SECRET_KEY
- name: REANA_UI_ANNOUNCEMENT
valueFrom:
configMapKeyRef:
name: announcement-config
key: announcement
{{- if .Values.debug.enabled }}
# Disable CORS in development environment, for example
# to connect from an external React application.
Expand Down

0 comments on commit af16797

Please sign in to comment.