Skip to content

Commit

Permalink
chore: update deployment, bundle, CSV and CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow authored and tolusha committed Dec 22, 2022
1 parent 393c329 commit e25b32a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7005,6 +7005,13 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a
workspace can take to start before it is automatically failed.
Duration should be specified in a format parseable by Go's
time package, e.g. "15m", "20s", "1h30m", etc. If not specified,
the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6815,6 +6815,13 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace
can take to start before it is automatically failed. Duration
should be specified in a format parseable by Go's time package,
e.g. "15m", "20s", "1h30m", etc. If not specified, the default
value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
3 changes: 3 additions & 0 deletions deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6833,6 +6833,9 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6828,6 +6828,9 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
3 changes: 3 additions & 0 deletions deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6833,6 +6833,9 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6828,6 +6828,9 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6828,6 +6828,9 @@ spec:
maxLength: 63
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down

0 comments on commit e25b32a

Please sign in to comment.