Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Apr 14, 2022
1 parent c39725c commit 93485f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/codefresh/codefresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (c *codefresh) AppProxy(ctx context.Context, runtime string, insecure bool)
return nil, fmt.Errorf("failed to create app-proxy client for runtime %s: %w", runtime, err)
}

if rt.IngressHost == nil {
if rt.IngressHost == nil || *rt.IngressHost == "" {
return nil, fmt.Errorf("failed to create app-proxy client for runtime %s: runtime does not have ingressHost configured", runtime)
}

Expand Down

0 comments on commit 93485f5

Please sign in to comment.