apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
  name: openstack
spec:
  cinder:
    template:
      cinderBackup:
        replicas: 1
        customServiceConfig: |
          [DEFAULT]
          backup_driver=cinder.backup.drivers.nfs.NFSBackupDriver
          backup_mount_options=nosharecache
        customServiceConfigSecrets:
          - cinder-backup-nfs-secrets
        networkAttachments:
        - storage
