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
name: nmaas
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
keywords:
- Network Management
......
......@@ -222,6 +222,8 @@ spec:
value: {{ .Values.platform.properties.oidc.clientId | quote }}
- name: OIDC_ISSUER_URI
value: {{ .Values.platform.properties.oidc.issuerUri | quote }}
- name: MULTI_INSTANCE_DEPLOYMENT
value: {{ .Values.platform.properties.multiInstanceSupport | quote }}
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
......
......@@ -85,6 +85,7 @@ platform:
tag: "1.6.5"
pullPolicy: Always
properties:
multiInstanceSupport: false
maintenance: false
testInstance: false
environment: prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment