diff --git a/api/v1beta2/common_types.go b/api/v1beta2/common_types.go index 4052fc47d..c29f3d780 100644 --- a/api/v1beta2/common_types.go +++ b/api/v1beta2/common_types.go @@ -38,7 +38,7 @@ type RedisConfig struct { common.RedisConfig `json:",inline"` } -g// Storage is the inteface to add pvc and pv support in redis +// Storage is the inteface to add pvc and pv support in redis type Storage struct { common.Storage `json:",inline"` }