Skip to content

Commit

Permalink
Merge pull request #286 from vshn/fix/default-to-correct-updateStrategy
Browse files Browse the repository at this point in the history
correct default in postgresql crds
  • Loading branch information
wejdross authored Dec 17, 2024
2 parents 6efad7c + 6bcfeaa commit a15a221
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apis/vshn/v1/dbaas_vshn_postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type VSHNPostgreSQLUpdateStrategy struct {
// +kubebuilder:validation:Enum="Immediate";"OnRestart"
// +kubebuilder:default="Immediate"

// Type indicates the type of the UpdateStrategy. Default is OnRestart.
// Type indicates the type of the UpdateStrategy. Default is Immediate.
// Possible enum values:
// - `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
// - `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_vshnkeycloaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9936,7 +9936,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_vshnnextclouds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9918,7 +9918,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_vshnpostgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5127,7 +5127,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_xvshnkeycloaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11733,7 +11733,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_xvshnnextclouds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11718,7 +11718,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down
2 changes: 1 addition & 1 deletion crds/vshn.appcat.vshn.io_xvshnpostgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5824,7 +5824,7 @@ spec:
type:
default: Immediate
description: |-
Type indicates the type of the UpdateStrategy. Default is OnRestart.
Type indicates the type of the UpdateStrategy. Default is Immediate.
Possible enum values:
- `"OnRestart"` indicates that the changes to the spec will only be applied once the instance is restarted by other means, most likely during maintenance.
- `"Immediate"` indicates that update will be applied to the instance as soon as the spec changes. Please be aware that this might lead to short downtime.
Expand Down

0 comments on commit a15a221

Please sign in to comment.