diff --git a/api/v1alpha2/codeserver_types.go b/api/v1alpha2/codeserver_types.go index ea3f632..5b85cbb 100644 --- a/api/v1alpha2/codeserver_types.go +++ b/api/v1alpha2/codeserver_types.go @@ -75,7 +75,7 @@ type CodeServerSpec struct { PublicProxyPorts []int32 `json:"publicProxyPorts,omitempty"` //InitCommand specifies the init commands that will be running to finish before code server running. - InitCommand string `json:"initCommands,omitempty"` + InitCommand string `json:"initCommand,omitempty"` } // CodeServerStatus defines the observed state of CodeServer