Skip to content

Commit

Permalink
fix: typo in reconcile strategy field in CRD (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Nov 12, 2024
1 parent 489aba0 commit 14e11c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/amaltheasession_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type AmaltheaSessionSpec struct {
// - always: This is the expected method of operation for an operator, changes to the spec are always reconciled
// - whenHibernatedOrFailed: To avoid interrupting a running session, reconciliation of the child components
// are only done when the session has a Failed or Hibernated status
ReconcileStrategy ReconcileStrategy `json:"reconcileSrategy,omitempty"`
ReconcileStrategy ReconcileStrategy `json:"reconcileStrategy,omitempty"`
}

type Session struct {
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/amalthea.dev_amaltheasessions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5353,7 +5353,7 @@ spec:
Passed right through to the Statefulset used for the session.
type: object
x-kubernetes-map-type: atomic
reconcileSrategy:
reconcileStrategy:
default: always
description: |-
Indicates how Amalthea should reconcile the child resources for a session. This can be problematic because
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/amalthea.dev_amaltheasessions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5353,7 +5353,7 @@ spec:
Passed right through to the Statefulset used for the session.
type: object
x-kubernetes-map-type: atomic
reconcileSrategy:
reconcileStrategy:
default: always
description: |-
Indicates how Amalthea should reconcile the child resources for a session. This can be problematic because
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5355,7 +5355,7 @@ spec:
Passed right through to the Statefulset used for the session.
type: object
x-kubernetes-map-type: atomic
reconcileSrategy:
reconcileStrategy:
default: always
description: |-
Indicates how Amalthea should reconcile the child resources for a session. This can be problematic because
Expand Down

0 comments on commit 14e11c4

Please sign in to comment.