Skip to content

Commit

Permalink
rbac: update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
david972 committed Jul 15, 2023
1 parent 56e867e commit ee035b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/rbac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: rbac
description: Custom RBAC aggreation and binding
description: Custom RBAC aggregation and binding
type: application
maintainers:
- name: Wildcard
email: [email protected]
- name: david972
email: [email protected]
appVersion: "0.1.2"
version: 0.1.11
appVersion: 0.1.12
version: 0.1.12
6 changes: 4 additions & 2 deletions charts/rbac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ roles:
verbs:
- read
- write
- name: w6d.storageclasse.read
- name: w6d.storageclasses.read
groups: ["storage.k8s.io"]
resources:
- storageclasses
verbs:
- read
- name: w6d.storageclasse.write
- name: w6d.storageclasses.write
groups: ["storage.k8s.io"]
resources:
- storageclasses
Expand Down Expand Up @@ -336,11 +336,13 @@ roles:
groups: ["argoproj.io"]
resources:
- "applications"
- "applicationsets"
verbs:
- read
- name: w6d.app.write
groups: ["argoproj.io"]
resources:
- "applications"
- "applicationsets"
verbs:
- write

0 comments on commit ee035b3

Please sign in to comment.