Replies: 1 comment
-
|
I believe git will take the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running code-server in a Kubernetes cluster, and so its entirely possible that the pods hosting it might be recreated at any point. The git config is local and, to the best of my knowledge, not stored in the code-server config. Therefore, if the pod is recreated the git config will be destroyed and I'd have to re-enter it.
Am I missing something? I couldn't find anything in the docs about how to set the Env variables to recreate these configuration items on a rebuild.
Beta Was this translation helpful? Give feedback.
All reactions