Fix status command.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -100,7 +100,7 @@ spec: | ... | @@ -100,7 +100,7 @@ spec: |
100 | containers: | 100 | containers: |
101 | - name: show-status | 101 | - name: show-status |
102 | image: bash | 102 | image: bash |
103 | command: ["bash", "-ex", "ls -al /tmp"] | 103 | command: ["bash", "-exc", "ls -Ral /tmp"] |
104 | volumeMounts: | 104 | volumeMounts: |
105 | - name: git-storage | 105 | - name: git-storage |
106 | mountPath: /tmp/git-storage | 106 | mountPath: /tmp/git-storage | ... | ... |
-
Please register or sign in to post a comment