mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-18 08:58:30 +00:00
Temporal namespace should be passed to peridotbuilder
This commit is contained in:
parent
361a9378aa
commit
0e58d6e9d3
@ -578,6 +578,10 @@ func (c *Controller) CreateK8sPodActivity(ctx context.Context, req *ProvisionWor
|
||||
Name: "REAL_BUILD_ARCH",
|
||||
Value: imageArch,
|
||||
},
|
||||
{
|
||||
Name: "TEMPORAL_NAMESPACE",
|
||||
Value: viper.GetString("temporal.namespace"),
|
||||
},
|
||||
{
|
||||
Name: "KEYKEEPER_GRPC_ENDPOINT_OVERRIDE",
|
||||
Value: os.Getenv("KEYKEEPER_GRPC_ENDPOINT_OVERRIDE"),
|
||||
|
@ -95,6 +95,7 @@ func NewClient(opts client.Options) (client.Client, error) {
|
||||
return nil, err
|
||||
}
|
||||
opts.Namespace = bycNs
|
||||
viper.Set("temporal.namespace", bycNs)
|
||||
|
||||
return client.NewClient(opts)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user