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

Add variable for multi instance support

parent a0a22c39
No related branches found
No related tags found
1 merge request!12Resolve "Alfa version of the Helm chart for version 1.7.0"
Pipeline #92552 passed
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
apiVersion: v2 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.3.0-alpha.4 version: 1.3.0-alpha.5
appVersion: 1.7.0-alfa appVersion: 1.7.0-alfa
keywords: keywords:
- Network Management - Network Management
......
...@@ -222,6 +222,8 @@ spec: ...@@ -222,6 +222,8 @@ spec:
value: {{ .Values.platform.properties.oidc.clientId | quote }} value: {{ .Values.platform.properties.oidc.clientId | quote }}
- name: OIDC_ISSUER_URI - name: OIDC_ISSUER_URI
value: {{ .Values.platform.properties.oidc.issuerUri | quote }} value: {{ .Values.platform.properties.oidc.issuerUri | quote }}
- name: MULTI_INSTANCE_DEPLOYMENT
value: {{ .Values.platform.properties.multiInstanceSupport | quote }}
- name: OIDC_CLIENT_SECRET - name: OIDC_CLIENT_SECRET
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -85,6 +85,7 @@ platform: ...@@ -85,6 +85,7 @@ platform:
tag: "1.6.5" tag: "1.6.5"
pullPolicy: Always pullPolicy: Always
properties: properties:
multiInstanceSupport: false
maintenance: false maintenance: false
testInstance: false testInstance: false
environment: prod environment: prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment