Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add helm var to support RBAC for deploying workspaces in extra namespaces#19517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rowansmithau merged 17 commits intomainfromfeat/helm_namespace_rbac_improvements
Sep 18, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
ae9822b
feature to create Role & RoleBinding entries on a per namespace basis…
rowansmithauAug 25, 2025
96db050
default new param to false
rowansmithauAug 25, 2025
28158a9
updates to resolve linter issue with provisioner chart
rowansmithauAug 25, 2025
6d73158
rework to remove enabled flag, merge params
rowansmithauSep 8, 2025
4c244c9
restore original toyaml behaviour because it broke empty lines
rowansmithauSep 8, 2025
9ae2d26
formatting tweak
rowansmithauSep 8, 2025
49f72f5
Merge branch 'main' into feat/helm_namespace_rbac_improvements
rowansmithauSep 8, 2025
728eb3f
rework of rbac templates
rowansmithauSep 9, 2025
17b1283
indent > nindent
rowansmithauSep 9, 2025
ff49382
libcoder fixes to not affect provisioner
rowansmithauSep 9, 2025
87a509a
newlines...
rowansmithauSep 9, 2025
dbfcb81
updates from feedback
rowansmithauSep 10, 2025
2e3f45e
nil pointer
rowansmithauSep 10, 2025
29d0d15
rewrite, split out rbac into separate includes, add tests
rowansmithauSep 16, 2025
48f2c85
address Dean's comments about vars
rowansmithauSep 16, 2025
adcec3c
Merge branch 'main' into feat/helm_namespace_rbac_improvements
rowansmithauSep 16, 2025
ac53ce8
remove unnecessary namespaces heading
rowansmithauSep 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionhelm/coder/templates/rbac.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
{{ include "libcoder.rbac.tpl" . }}
{{ include "libcoder.namespace.rbac.tpl" . }}
4 changes: 4 additions & 0 deletionshelm/coder/tests/chart_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -129,6 +129,10 @@ var testCases = []testCase{
name: "pod_securitycontext",
expectedError: "",
},
{
name: "namespace_rbac",
expectedError: "",
},
}

type testCase struct {
Expand Down
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp