Skip to content

Commit a160591

Browse files
committed
minor formatting edit
1 parent f980673 commit a160591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/vendor/replicated-sdk-customizing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ The SDK requires the following minimum RBAC permissions:
5656
* Get the `replicaset` and `pods` corresponding to the `replicated` deployment.
5757
* The SDK requires the following minimum RBAC permissions for status informers:
5858
* If you defined custom status informers, then the SDK must have permissions to `list` and `watch` all the types of resources listed in the `replicated.statusInformers` array in your Helm chart `values.yaml` file, as well as the ability to `get` the named resource.
59-
* For instance, if you have a single status informer `deployment/myapp`, then the SDK requires permissions to `list` and `watch` all deployments as well as `get` the `myapp` deployment.
59+
60+
For instance, if you have a single status informer `deployment/myapp`, then the SDK requires permissions to `list` and `watch` all deployments as well as `get` the `myapp` deployment.
6061
* If you did _not_ define custom status informers, then the SDK must have permissions to `get`, `list`, and `watch` the following resources:
6162
* Deployments
6263
* Daemonsets

0 commit comments

Comments
 (0)