diff --git a/tembo-operator/src/cloudnativepg/cnpg.rs b/tembo-operator/src/cloudnativepg/cnpg.rs index 2fae4facf..d91060959 100644 --- a/tembo-operator/src/cloudnativepg/cnpg.rs +++ b/tembo-operator/src/cloudnativepg/cnpg.rs @@ -220,7 +220,6 @@ fn create_cluster_backup_volume_snapshot(cdb: &CoreDB) -> ClusterBackupVolumeSna } } -#[derive(Debug)] enum BackupCredentials { S3(ClusterBackupBarmanObjectStoreS3Credentials), Google(ClusterBackupBarmanObjectStoreGoogleCredentials),