Skip to content

Commit

Permalink
added example for mount path permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin-Stratulat-Ericsson committed Oct 22, 2024
1 parent a8562b4 commit cb9cd33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ volumes:

You may specify your desired `mountPath:` so long as the function runner can access it.

Note the chosen `mountPath:` should use its own directory if placed in an existing directory so that it does not overwrite access permissions of the existing directory.
Note the chosen `mountPath:` should use its own directory if placed in an existing directory so that it does not overwrite access permissions of the existing directory. `e.g.` if you wish to mount on `/var/tmp` you should use `mountPath: /var/tmp/<SUB_DIRECTORY>` etc.

Lastly you must add the `--registry-auth-secret-path` to the function runner arguments, giving the path of the secret file mount.

Expand Down

0 comments on commit cb9cd33

Please sign in to comment.