diff options
-rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index 0476072..d5c5f70 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -27,7 +27,7 @@ spec: postStart: exec: command: - - "bin/sh" + - "/bin/sh" - "-c" - >- pip install --user |