Skip to content

Commit

Permalink
fix: init container issue (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 authored Oct 6, 2023
1 parent 11a3627 commit b0bff0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/firehose/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func readConfig(r resource.Resource, confJSON json.RawMessage, dc driverConf) (*
}

cfg.EnvVariables = modules.CloneAndMergeMaps(dc.EnvVariables, cfg.EnvVariables)
cfg.InitContainer = dc.InitContainer

if cfg.Replicas <= 0 {
cfg.Replicas = 1
Expand Down

0 comments on commit b0bff0f

Please sign in to comment.