Skip to content

Commit

Permalink
ensure shared env variable are carried through.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jan 31, 2024
1 parent 2238889 commit 9c8378b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud/azure/deploy/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ func (p *NitricAzurePulumiProvider) Service(ctx *pulumi.Context, parent pulumi.R
})
}

env = append(env, p.containerEnv.Env...)

// if len(args.Env) > 0 {
// env = append(env, args.Env...)
// }
Expand Down

0 comments on commit 9c8378b

Please sign in to comment.