diff --git a/pkg/exoscale/dbaas.go b/pkg/exoscale/dbaas.go index a6b1d27..4887591 100644 --- a/pkg/exoscale/dbaas.go +++ b/pkg/exoscale/dbaas.go @@ -54,7 +54,7 @@ type Detail struct { Organization, DBName, Namespace, Plan, Zone, Kind string } -// DBaaS provides DBaaS Database info and required clients +// DBaaS provides DBaaS Odoo info and required clients type DBaaS struct { exoscaleClient *egoscale.Client k8sClient k8s.Client