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
Commits
c63caf78
Commit
c63caf78
authored
3 months ago
by
Vojdan Kjorveziroski
Browse files
Options
Downloads
Patches
Plain Diff
Add oidc user linking variable
parent
c45bcd3f
No related branches found
No related tags found
1 merge request
!12
Resolve "Alfa version of the Helm chart for version 1.7.0"
Pipeline
#93055
failed
3 months ago
Stage: version
Stage: test
Stage: document
Stage: publish
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
charts/nmaas/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/nmaas/Chart.yaml
charts/nmaas/templates/nmaas-platform-deployment.yaml
+2
-0
2 additions, 0 deletions
charts/nmaas/templates/nmaas-platform-deployment.yaml
charts/nmaas/values.yaml
+1
-0
1 addition, 0 deletions
charts/nmaas/values.yaml
with
4 additions
and
1 deletion
charts/nmaas/Chart.yaml
+
1
−
1
View file @
c63caf78
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.
5
version
:
1.3.0-alpha.
6
appVersion
:
1.7.0-alfa
appVersion
:
1.7.0-alfa
keywords
:
keywords
:
-
Network Management
-
Network Management
...
...
This diff is collapsed.
Click to expand it.
charts/nmaas/templates/nmaas-platform-deployment.yaml
+
2
−
0
View file @
c63caf78
...
@@ -224,6 +224,8 @@ spec:
...
@@ -224,6 +224,8 @@ spec:
value
:
{{
.Values.platform.properties.oidc.issuerUri | quote
}}
value
:
{{
.Values.platform.properties.oidc.issuerUri | quote
}}
-
name
:
MULTI_INSTANCE_DEPLOYMENT
-
name
:
MULTI_INSTANCE_DEPLOYMENT
value
:
{{
.Values.platform.properties.multiInstanceSupport | quote
}}
value
:
{{
.Values.platform.properties.multiInstanceSupport | quote
}}
-
name
:
OIDC_USER_LINKING
value
:
{{
.Values.platform.properties.oidcUserLinking | quote
}}
-
name
:
OIDC_CLIENT_SECRET
-
name
:
OIDC_CLIENT_SECRET
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
charts/nmaas/values.yaml
+
1
−
0
View file @
c63caf78
...
@@ -85,6 +85,7 @@ platform:
...
@@ -85,6 +85,7 @@ platform:
tag
:
"
1.6.5"
tag
:
"
1.6.5"
pullPolicy
:
Always
pullPolicy
:
Always
properties
:
properties
:
oidcUserLinking
:
true
multiInstanceSupport
:
false
multiInstanceSupport
:
false
maintenance
:
false
maintenance
:
false
testInstance
:
false
testInstance
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment