Skip to content
Snippets Groups Projects
Commit 5a41be60 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Add LANDING_PAGE env to portal deployment

parent d4988128
No related branches found
No related tags found
1 merge request!6Resolve "Helm chart update for application release 1.6.3"
Pipeline #88923 passed
...@@ -2,7 +2,7 @@ apiVersion: v2 ...@@ -2,7 +2,7 @@ apiVersion: v2
name: nmaas name: nmaas
description: GÉANT Network Management as a Service Helm chart for Kubernetes description: GÉANT Network Management as a Service Helm chart for Kubernetes
version: 1.2.11 version: 1.2.11
appVersion: 1.6.2 appVersion: 1.6.3
keywords: keywords:
- Network Management - Network Management
- Cloud Deployment - Cloud Deployment
......
...@@ -37,6 +37,8 @@ spec: ...@@ -37,6 +37,8 @@ spec:
{{- end }} {{- end }}
- name: TOKEN_NAME - name: TOKEN_NAME
value: {{ .Values.portal.properties.tokenName }} value: {{ .Values.portal.properties.tokenName }}
- name: LANDING_PAGE
value: {{ .Values.portal.properties.landingPageFlavor | quote }}
{{- if not .Values.global.demoDeployment }} {{- if not .Values.global.demoDeployment }}
- name: CAPTCHA_KEY - name: CAPTCHA_KEY
valueFrom: valueFrom:
......
...@@ -197,6 +197,8 @@ portal: ...@@ -197,6 +197,8 @@ portal:
tls: true tls: true
properties: properties:
tokenName: token tokenName: token
# -- customizes the layout of the landing page according to chosen use-case scenario. Possible values are VLAB and VNOC
landingPageFlavor: "VLAB"
captchaKey: captchaKey:
# -- empty to use existing secret specified below # -- empty to use existing secret specified below
literal: "" literal: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment