mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release 3.5.0 (#357)
Co-authored-by: Lawrence Gil <lawrence.gil@assemblyglobal.com>
This commit is contained in:
parent
5a722abfa9
commit
90e6b9e7cf
42 changed files with 1092 additions and 164 deletions
19
charts/library/common-test/tests/_values/rbac_values.yaml
Normal file
19
charts/library/common-test/tests/_values/rbac_values.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
serviceAccount:
|
||||
create: true
|
||||
|
||||
rbac:
|
||||
roles:
|
||||
defaultRole:
|
||||
type: Role
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods"]
|
||||
verbs: ["get", "list"]
|
||||
|
||||
bindings:
|
||||
defaultBinding:
|
||||
type: RoleBinding
|
||||
roleRef:
|
||||
identifier: defaultRole
|
||||
subjects:
|
||||
- identifier: default
|
Loading…
Add table
Add a link
Reference in a new issue