Skip to content

Commit

Permalink
fix helm
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Apr 15, 2024
1 parent a035d37 commit 563dc11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/code-server-operator/crds/codeserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
type: array
ingressClassName:
type: string
initCommands:
initCommand:
description: InitCommand specifies the init commands that will be
running to finish before code server running.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
type: array
ingressClassName:
type: string
initCommands:
initCommand:
description: InitCommand specifies the init commands that
will be running to finish before code server running.
type: string
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/cs.walnuts.dev_codeserverdeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
type: array
ingressClassName:
type: string
initCommands:
initCommand:
description: InitCommand specifies the init commands that
will be running to finish before code server running.
type: string
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/cs.walnuts.dev_codeservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
type: array
ingressClassName:
type: string
initCommands:
initCommand:
description: InitCommand specifies the init commands that will be
running to finish before code server running.
type: string
Expand Down

0 comments on commit 563dc11

Please sign in to comment.