Skip to content

Commit 73d1224

Browse files
RavlenbanhathSICKAG
andcommitted
Merge branch 'banhath/fix-podman-troubleshooting-doc' into 'main'
Fix podman troubleshooting doc See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5211 Merged-by: Marcel Amirault <[email protected]> Approved-by: Marcel Amirault <[email protected]> Co-authored-by: Thorsten Banhart <[email protected]>
2 parents 1113713 + 8291fd5 commit 73d1224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/executors/kubernetes/use_podman_with_kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ To run rootless Podman without privileged containers, follow the steps in the Re
457457

458458
## Troubleshooting
459459

460-
### `git` cannot save the configuration in `/.gitconfig` when you run the job as a root user
460+
### `git` cannot save the configuration in `/.gitconfig` when you run the job as a non-root user
461461

462462
Because you are not running the job as root, `git` cannot save the configuration in `/.gitconfig`. As a result, you might encounter the following error:
463463

@@ -470,4 +470,4 @@ error: could not lock config file //.gitconfig: Permission denied
470470
To prevent this error:
471471

472472
1. Mount an `emptyDir` volume on `/my_custom_dir`.
473-
1. Set the `HOME` environment variable in the `/my_custom_dir` path.
473+
1. Set the `HOME` environment variable to the `/my_custom_dir` path.

0 commit comments

Comments
 (0)