Skip to content

Commit 567b0a4

Browse files
committed
[feature] inject module registry to values
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
1 parent 6c79fd9 commit 567b0a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/values/validation/schemas.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ func (st *SchemaStorage) InjectRegistrySpec() {
167167
return
168168
}
169169

170-
// skip if already present
171-
if _, exists := scheme.Properties["registry"]; exists {
172-
return
173-
}
174-
175170
scheme.Properties["registry"] = spec.Schema{
176171
SchemaProps: spec.SchemaProps{
177172
Type: spec.StringOrArray{"object"},

0 commit comments

Comments
 (0)