Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openDesk Migrations
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
Service Desk
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
BMI
openDesk
Components
Product Development
Charts
openDesk Migrations
Commits
61964881
Commit
61964881
authored
2 days ago
by
Thorsten Roßner
Browse files
Options
Downloads
Patches
Plain Diff
fix: Scope configmap role explicitly
parent
5f97b586
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#138986
passed with warnings
2 days ago
Stage: .pre
Stage: lint
Stage: docs
Stage: package
Stage: publish
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
charts/opendesk-migrations/templates/role.yaml
+1
-1
1 addition, 1 deletion
charts/opendesk-migrations/templates/role.yaml
with
1 addition
and
1 deletion
charts/opendesk-migrations/templates/role.yaml
+
1
−
1
View file @
61964881
...
...
@@ -24,7 +24,7 @@ rules:
-
apiGroups
:
[
"
"
]
resources
:
[
"
configmaps"
]
resourceNames
:
[
"
migrations-status"
]
verbs
:
[
"
*
"
]
verbs
:
[
"
get"
,
"
patch
"
]
#
# run_3.py
#
...
...
This diff is collapsed.
Click to expand it.
Thorsten Roßner
@thorsten.rossner
mentioned in commit
65a7b34b
·
2 days ago
mentioned in commit
65a7b34b
mentioned in commit 65a7b34bc203084e48a706e331545f19948d8800
Toggle commit list
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