added lifecycle config (folder creation)
This commit is contained in:
@@ -68,6 +68,10 @@ spec:
|
||||
value: "false"
|
||||
- name: GIT_CONFIG_GLOBAL
|
||||
value: "/home/coder/.config/git/config"
|
||||
lifecycle:
|
||||
postStart:
|
||||
exec:
|
||||
command: ["/bin/sh", "-c", "mkdir -p /home/coder/.config/git"]
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user