Set bash as code-server terminal shell
This commit is contained in:
@ -78,6 +78,8 @@ patches:
|
||||
env:
|
||||
- name: HOME
|
||||
value: /workspace
|
||||
- name: SHELL
|
||||
value: /bin/bash
|
||||
- name: XDG_CONFIG_HOME
|
||||
value: /workspace/.config
|
||||
readinessProbe:
|
||||
|
||||
@ -58,6 +58,8 @@ patches:
|
||||
env:
|
||||
- name: HOME
|
||||
value: /workspace
|
||||
- name: SHELL
|
||||
value: /bin/bash
|
||||
- name: XDG_CONFIG_HOME
|
||||
value: /workspace/.config
|
||||
readinessProbe:
|
||||
|
||||
Reference in New Issue
Block a user