Skip to content

Commit

Permalink
Update additional-configuration.adoc to mention access mode annotation.
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk committed Mar 29, 2023
1 parent 77349d4 commit 4c9a214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/additional-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ By default, resources will be mounted based on the resource name:
Mounting resources can be additionally configured via **annotations**:

* `controller.devfile.io/mount-path`: configure where the resource should be mounted
* `controller.devfile.io/mount-access-mode`: for secrets and configmaps only, configure file permissions on files mounted from this configmap/secret. Permissions can be specified in decimal (e.g. `"512"`) or octal notation by prefixing with a "0" (e.g. `"0777"`)
* `controller.devfile.io/mount-as`: for secrets and configmaps only, configure how the resource should be mounted to the workspace
+
--
Expand Down

0 comments on commit 4c9a214

Please sign in to comment.