Skip to content

Commit

Permalink
[kots]: ensure log-collector directory on node at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Sep 23, 2022
1 parent b767c6e commit 6e05a19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/kots/manifests/gitpod-log-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ spec:
- sh
- -c
args:
- while true; do echo "waiting" && sleep 60; done
- mkdir -p /gitpod/log-collector && while true; do echo "waiting" && sleep 60; done
volumeMounts:
- name: collector
mountPath: /gitpod
readOnly: true

labels:
app: gitpod
Expand Down

0 comments on commit 6e05a19

Please sign in to comment.