From 0c3b730403415f8891a01087205031de7a326c38 Mon Sep 17 00:00:00 2001 From: Philippe Dupont Date: Thu, 21 Feb 2019 15:46:51 +0100 Subject: [PATCH] Fix Typo --- docs/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ssh.md b/docs/ssh.md index 907c445b2..d46f76352 100644 --- a/docs/ssh.md +++ b/docs/ssh.md @@ -74,7 +74,7 @@ In your git-sync container configuration, mount the Secret volume at environment variable) is set to use the SSH protocol (e.g. git@github.com/foo/bar) , and set the `-ssh` flags (or set GIT_SYNC_SSH to "true"). You will also need to set your container's `securityContext` to run -as user ID "65535" which is created for running git-syn as non-root. +as user ID "65533" which is created for running git-sync as non-root. ``` # ...