Skip to content

Commit a1b901b

Browse files
committed
fix: update ComputeName function to return subresourceType in ingress reconciler
1 parent 8d591dd commit a1b901b

File tree

1 file changed

+1
-1
lines changed
  • internal/controller/scalityuicomponentexposer

1 file changed

+1
-1
lines changed

internal/controller/scalityuicomponentexposer/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func newScalityUIComponentExposerIngressReconciler(cr ScalityUIComponentExposer,
6464
AutoGenerateTLS: false, // We'll handle TLS manually if needed
6565
SkipTLS: shouldSkipTLS(networksConfig),
6666
ComputeName: func(subresourceType string, componentClass string) string {
67-
return ""
67+
return subresourceType
6868
},
6969
Annotations: getIngressAnnotations(networksConfig, path, cr.Name),
7070
},

0 commit comments

Comments
 (0)