Skip to content

Commit 93485f5

Browse files
committed
bump
1 parent c39725c commit 93485f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/codefresh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (c *codefresh) AppProxy(ctx context.Context, runtime string, insecure bool)
130130
return nil, fmt.Errorf("failed to create app-proxy client for runtime %s: %w", runtime, err)
131131
}
132132

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

0 commit comments

Comments
 (0)