change default shell to "sh" instead of "bash", change default mysql user to "root"
This commit is contained in:
@@ -271,7 +271,7 @@ func WaitForTerminal(k8sClient kubernetes.Interface, cfg *rest.Config, request *
|
||||
close(terminalSessions[sessionId].bound)
|
||||
|
||||
var err error
|
||||
validShells := []string{"bash", "sh"}
|
||||
validShells := []string{"sh", "bash"}
|
||||
|
||||
if isValidShell(validShells, shell) {
|
||||
cmd := []string{shell}
|
||||
|
||||
Reference in New Issue
Block a user