Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k8s-argocd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s-let
k8s-argocd
Commits
56635095
Commit
56635095
authored
Nov 18, 2020
by
Bengt Giger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added logins/roles for root and training
parent
c005b96f
Pipeline
#78791
passed with stage
in 9 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
19 deletions
+7
-19
tst/argocd-cm.yml
tst/argocd-cm.yml
+0
-14
tst/argocd-rbac-cm.yml
tst/argocd-rbac-cm.yml
+1
-1
tst/user-patch.yml
tst/user-patch.yml
+6
-4
No files found.
tst/argocd-cm.yml
deleted
100644 → 0
View file @
c005b96f
---
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
argocd-cm
namespace
:
argocd
labels
:
app.kubernetes.io/name
:
argocd-cm
app.kubernetes.io/part-of
:
argocd
data
:
accounts.training
:
apiKey, login
accounts.training.enabled
:
true
accounts.viewer
:
login
accounts.viewer.enabled
:
true
tst/argocd-rbac-cm.yml
View file @
56635095
...
...
@@ -25,8 +25,8 @@ data:
p, user:training, applications, action/*, training/*, allow
p, user:training, applications, get, *, allow
p, user:training, projects, get, *, allow
g, kubernetes, role:admin
g, root, role:admin
kind
:
ConfigMap
metadata
:
name
:
argocd-rbac-cm
tst/user-patch.yml
View file @
56635095
...
...
@@ -4,7 +4,9 @@ kind: ConfigMap
metadata
:
name
:
argocd-cm
data
:
accounts.training
:
apiKey, login
accounts.training.enabled
:
true
accounts.viewer
:
login
accounts.viewer.enabled
:
true
accounts.training
:
"
apiKey,
login"
accounts.training.enabled
:
"
true"
accounts.viewer
:
"
login"
accounts.viewer.enabled
:
"
true"
accounts.root
:
"
login"
accounts.root.enabled
:
"
true"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment