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
!14
Draft: Resolve "Alfa version of the Helm chart for version 1.8.0"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Alfa version of the Helm chart for version 1.8.0"
26-alfa-version-of-the-helm-chart-for-version-1-8-0
into
master
Overview
0
Commits
22
Pipelines
27
Changes
12
Open
Vojdan Kjorveziroski
requested to merge
26-alfa-version-of-the-helm-chart-for-version-1-8-0
into
master
1 month ago
Overview
0
Commits
22
Pipelines
27
Changes
12
Expand
Closes
#26
0
0
Merge request reports
Compare
master
version 19
50b0b841
1 month ago
version 18
9d517b22
1 month ago
version 17
660beadd
1 month ago
version 16
efacaba5
1 month ago
version 15
f82211ba
1 month ago
version 14
c1e2f429
1 month ago
version 13
f1f77263
1 month ago
version 12
3fcf7081
1 month ago
version 11
0345b44d
1 month ago
version 10
83743094
1 month ago
version 9
9068bb05
1 month ago
version 8
10a6d5cd
1 month ago
version 7
48213a92
1 month ago
version 6
e5a4f307
1 month ago
version 5
ce8de95f
1 month ago
version 4
64990e47
1 month ago
version 3
6d4649ac
1 month ago
version 2
9e20206e
1 month ago
version 1
90353737
1 month ago
master (HEAD)
and
latest version
latest version
ec8396c5
22 commits,
1 month ago
version 19
50b0b841
21 commits,
1 month ago
version 18
9d517b22
20 commits,
1 month ago
version 17
660beadd
19 commits,
1 month ago
version 16
efacaba5
18 commits,
1 month ago
version 15
f82211ba
16 commits,
1 month ago
version 14
c1e2f429
15 commits,
1 month ago
version 13
f1f77263
14 commits,
1 month ago
version 12
3fcf7081
13 commits,
1 month ago
version 11
0345b44d
12 commits,
1 month ago
version 10
83743094
11 commits,
1 month ago
version 9
9068bb05
10 commits,
1 month ago
version 8
10a6d5cd
9 commits,
1 month ago
version 7
48213a92
8 commits,
1 month ago
version 6
e5a4f307
7 commits,
1 month ago
version 5
ce8de95f
5 commits,
1 month ago
version 4
64990e47
4 commits,
1 month ago
version 3
6d4649ac
3 commits,
1 month ago
version 2
9e20206e
2 commits,
1 month ago
version 1
90353737
1 commit,
1 month ago
12 files
+
21
−
202
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
charts/nmaas/templates/nmaas-helm-clusterRoleBinding.yaml deleted
100644 → 0
+
0
−
12
Options
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
{{
.Values.helm.clusterRoleBindingName
}}
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
{{
.Values.helm.clusterRoleName
}}
subjects
:
-
kind
:
ServiceAccount
name
:
{{
.Values.helm.serviceAccountName
}}
namespace
:
{{
.Release.Namespace
}}
\ No newline at end of file
Loading