Skip to content

Commit

Permalink
url update in Kubernetes.New()
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Jan 15, 2025
1 parent 8781930 commit e268c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/executionspace/provider/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (k Kubernetes) New(db database.Opener, cfg config.Config) Provider {
providerCore{
db: db,
cfg: cfg,
url: fmt.Sprintf("%s/v1alpha/executor/kubernetes", cfg.Hostname()),
url: fmt.Sprintf("%s/executionspace/v1alpha/executor/kubernetes", cfg.Hostname()),
executor: executor.Kubernetes(
cfg.ETOSNamespace(),
),
Expand Down

0 comments on commit e268c59

Please sign in to comment.