Skip to content

Commit

Permalink
Change managerPODUID
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Apr 22, 2024
1 parent ed38560 commit 93e8776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/internal/state/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewMachine(client client.Client, config *rest.Config, recorder record.Event
cfg: cfg{
finalizer: v1alpha1.Finalizer,
chartPath: chartPath,
managerPodUID: os.Getenv("SERVERLESS_MANAGER_UID"),
managerPodUID: os.Getenv("DOCKERREGISTRY_MANAGER_UID"),
},
k8s: k8s{
client: client,
Expand Down

0 comments on commit 93e8776

Please sign in to comment.