Skip to content

Commit

Permalink
Update migration docs
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Sep 8, 2021
1 parent cc0e5dd commit f162ddc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions charts/accurate/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,31 @@ controller:
kind: Secret
```
Optional: If you have customized RBAC, you can use `additionalRBAC`.

```yaml
<snip>
controller:
additionalRBAC:
# controller.additionalRBAC.rules -- Specify the RBAC rules to be added to the controller.
# ClusterRole and ClusterRoleBinding are created with the names `{{ release name }}-additional-resources`.
# The rules defined here will be used for the ClusterRole rules.
rules:
- apiGroups:
- ""
resources:
- resourcequotas
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
<snip>
```

The values file can be specified with the `-f` option when you install Helm chart.

```console
Expand Down

0 comments on commit f162ddc

Please sign in to comment.