Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsmalling committed May 22, 2024
1 parent aad6918 commit 48bf179
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/medusa/v1alpha1/medusa_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ type MedusaClusterTemplate struct {
// +optional
LivenessProbe *corev1.Probe `json:"livenessProbe,omitempty"`

// Should medusa purge backups nightly or not
// PurgeBackups toggles if the medusa backups should be purged nightly or not
// Defaults to true.
// +kubebuilder:default=true
// +optional
Expand Down
6 changes: 6 additions & 0 deletions charts/k8ssandra-operator/crds/k8ssandra-operator-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24921,6 +24921,12 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
purgeBackups:
default: true
description: |-
PurgeBackups toggles if the medusa backups should be purged nightly or not
Defaults to true.
type: boolean
readinessProbe:
description: Define the readiness probe settings to use for the
Medusa containers.
Expand Down
7 changes: 6 additions & 1 deletion config/crd/bases/k8ssandra.io_k8ssandraclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24859,6 +24859,12 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
purgeBackups:
default: true
description: |-
PurgeBackups toggles if the medusa backups should be purged nightly or not
Defaults to true.
type: boolean
readinessProbe:
description: Define the readiness probe settings to use for the
Medusa containers.
Expand Down Expand Up @@ -25180,7 +25186,6 @@ spec:
type: string
type: object
type: object
purgeBackups: false
storageProperties:
description: Provides all storage backend related properties for
backups.
Expand Down

0 comments on commit 48bf179

Please sign in to comment.