Skip to content

Commit ce14c9e

Browse files
committed
double indentation
1 parent 7038caa commit ce14c9e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/vendor/replicated-sdk-customizing.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,15 @@ The SDK requires the following minimum RBAC permissions for status informers:
274274
* 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.
275275

276276
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.
277-
* If you did _not_ define custom status informers, then the SDK must have permissions to `get`, `list`, and `watch` the following resources:
278-
* Deployments
279-
* Daemonsets
280-
* Ingresses
281-
* PersistentVolumeClaims
282-
* Statefulsets
283-
* Services
284-
* If you did _not_ define custom status informers, then the SDK must have permissions to `get`, and `list` all secrets within the namespace in order to discover the Helm Chart secret for your app and determine what resources to monitor.
277+
* If you did _not_ define custom status informers, then the SDK must:
278+
* Have permissions to `get`, and `list` all secrets within the namespace in order to discover the Helm Chart secret for your app.
279+
* Have permissions to `get`, `list`, and `watch` the following resources:
280+
* Deployments
281+
* Daemonsets
282+
* Ingresses
283+
* PersistentVolumeClaims
284+
* Statefulsets
285+
* Services
285286
* For any Ingress resources used as status informers, the SDK requires `get` permissions for the Service resources listed in the `backend.Service.Name` field of the Ingress resource.
286287
* For any Daemonset and Statefulset resources used as status informers, the SDK requires `list` permissions for pods in the namespace.
287288
* For any Service resources used as status informers, the SDK requires `get` permissions for Endpoint resources with the same name as the service.

0 commit comments

Comments
 (0)