diff --git a/docs/resources/users.md b/docs/resources/users.md index 85106f54..20d6660b 100644 --- a/docs/resources/users.md +++ b/docs/resources/users.md @@ -56,7 +56,7 @@ In the following you can found the specification for the User CRD. !!! note The following strings can be used in the resources list: `cronjobs`, `daemonsets`, `deployments`, `jobs`, `pods`, `replicasets`, `statefulsets`, `endpoints`, `horizontalpodautoscalers`, `ingresses`, `networkpolicies`, `services`, `configmaps`, `persistentvolumeclaims`, `persistentvolumes`, `poddisruptionbudgets`, `secrets`, `serviceaccounts`, `storageclasses`, `clusterrolebindings`, `clusterroles`, `rolebindings`, `roles`, `events`, `nodes`. - The special terms `pods/log` and `pods/exec` can be used to allow users to get the logs or a terminal for a Pod. To download / upload a file from / to a Pod a user also needs the `pods/exec` resource. The `pods/log` and `pods/exec` permission can only be set together with the `*` value for the `verbs` parameter. + The special terms `pods/logs` and `pods/exec` can be used to allow users to get the logs or a terminal for a Pod. To download / upload a file from / to a Pod a user also needs the `pods/exec` resource. The `pods/logs` and `pods/exec` permission can only be set together with the `*` value for the `verbs` parameter. A Custom Resource can be specified in the following form `./` (e.g. `vaultsecrets.ricoberger.de/v1alpha1`).