Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Helm Chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Helm Chart
Merge requests
!12
Resolve "Alfa version of the Helm chart for version 1.7.0"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Alfa version of the Helm chart for version 1.7.0"
23-alfa-version-of-the-helm-chart-for-version-1-7-0
into
master
Overview
0
Commits
40
Pipelines
48
Changes
3
Merged
Vojdan Kjorveziroski
requested to merge
23-alfa-version-of-the-helm-chart-for-version-1-7-0
into
master
4 months ago
Overview
0
Commits
40
Pipelines
48
Changes
3
Expand
Closes
#23 (closed)
0
0
Merge request reports
Viewing commit
f7ee13e8
Prev
Next
Show latest version
3 files
+
4
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
f7ee13e8
Add variable for multi instance support
· f7ee13e8
Vojdan Kjorveziroski
authored
2 months ago
charts/nmaas/templates/nmaas-platform-deployment.yaml
+
2
−
0
Options
@@ -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
:
Loading