We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f8d5 commit a035d37Copy full SHA for a035d37
1 file changed
api/v1alpha2/codeserver_types.go
@@ -75,7 +75,7 @@ type CodeServerSpec struct {
75
PublicProxyPorts []int32 `json:"publicProxyPorts,omitempty"`
76
77
//InitCommand specifies the init commands that will be running to finish before code server running.
78
- InitCommand string `json:"initCommands,omitempty"`
+ InitCommand string `json:"initCommand,omitempty"`
79
}
80
81
// CodeServerStatus defines the observed state of CodeServer
0 commit comments