Skip to content

Commit aa241c2

Browse files
authored
Merge pull request #147 from PhilippeDupont/patch-1
Fix typo
2 parents 57d200f + 0c3b730 commit aa241c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In your git-sync container configuration, mount the Secret volume at
7474
environment variable) is set to use the SSH protocol (e.g.
7575
[email protected]/foo/bar) , and set the `-ssh` flags (or set GIT_SYNC_SSH to
7676
"true"). You will also need to set your container's `securityContext` to run
77-
as user ID "65535" which is created for running git-syn as non-root.
77+
as user ID "65533" which is created for running git-sync as non-root.
7878

7979
```
8080
# ...

0 commit comments

Comments
 (0)