This commit is contained in:
Shreyas Goenka 2025-01-07 15:58:07 +05:30
parent 4d09201588
commit 69d477ff0b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ func resolveVolume(v *resources.Volume, b *bundle.Bundle) {
v.SchemaName = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
}
func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
func resolvePipelineSchema(p *resources.Pipeline, b *bundle.Bundle) {
if p.PipelineSpec == nil {
return
}
@ -66,7 +66,7 @@ func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
p.Schema = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
}
func resolvePipelineSchema(p *resources.Pipeline, b *bundle.Bundle) {
func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
if p.PipelineSpec == nil {
return
}