Skip to content

Commit

Permalink
Fix Typo in Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Aug 30, 2023
1 parent d37aaa9 commit ed155d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<name>.<group>/<version>` (e.g. `vaultsecrets.ricoberger.de/v1alpha1`).

Expand Down

0 comments on commit ed155d0

Please sign in to comment.