From 3dfee0c54a5b6013d3fb694b6d9277a108d6d4f9 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Thu, 8 Jan 2026 21:02:32 +0000 Subject: [PATCH] chore: Update manifests after automerge --- ...ceDefinition-mariadbs.k8s.mariadb.com.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/clusters/cl01tl/manifests/mariadb-operator/CustomResourceDefinition-mariadbs.k8s.mariadb.com.yaml b/clusters/cl01tl/manifests/mariadb-operator/CustomResourceDefinition-mariadbs.k8s.mariadb.com.yaml index e861ec4ed..d0c0f202a 100644 --- a/clusters/cl01tl/manifests/mariadb-operator/CustomResourceDefinition-mariadbs.k8s.mariadb.com.yaml +++ b/clusters/cl01tl/manifests/mariadb-operator/CustomResourceDefinition-mariadbs.k8s.mariadb.com.yaml @@ -976,6 +976,12 @@ spec: type: string type: object type: object + cleanupPolicy: + description: CleanupPolicy defines the behavior for cleaning up the initial User, Database, and Grant created by the operator. + enum: + - Skip + - Delete + type: string command: description: Command to be used in the Container. items: @@ -4992,6 +4998,24 @@ spec: ephemeral: description: Ephemeral indicates whether to use ephemeral storage in the PVCs. It is only compatible with non HA MariaDBs. type: boolean + pvcRetentionPolicy: + description: |- + PersistentVolumeClaimRetentionPolicy describes the lifecycle of PVCs created from volumeClaimTemplates. + By default, all persistent volume claims are created as needed and retained until manually deleted. + This policy allows the lifecycle to be altered, for example by deleting PVCs when their statefulset is deleted, + or when their pod is scaled down. + properties: + whenDeleted: + description: |- + PersistentVolumeClaimRetentionPolicyType describes the lifecycle of persistent volume claims. + Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#statefulsetpersistentvolumeclaimretentionpolicy-v1-apps. + type: string + whenScaled: + description: |- + PersistentVolumeClaimRetentionPolicyType describes the lifecycle of persistent volume claims. + Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#statefulsetpersistentvolumeclaimretentionpolicy-v1-apps. + type: string + type: object resizeInUseVolumes: description: |- ResizeInUseVolumes indicates whether the PVCs can be resized. The 'StorageClassName' used should have 'allowVolumeExpansion' set to 'true' to allow resizing. -- 2.49.1