Skip to content

Commit

Permalink
internal bug fixes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703201454
Change-Id: Ie67420b51bed959868fe449318f048cd29fec7f9
  • Loading branch information
GCP Buildpacks Team authored and copybara-github committed Dec 5, 2024
1 parent 7223b79 commit bfce804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/firebase/publisher/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ func mergeRunConfig(arc apphostingschema.RunConfig, brc bundleschema.RunConfig)
if arc.MaxInstances != nil {
merged.MaxInstances = arc.MaxInstances
}
if arc.VpcAccess != nil {
merged.VpcAccess = arc.VpcAccess
}

return merged
}
Expand Down

0 comments on commit bfce804

Please sign in to comment.