Skip to content

Commit 4767043

Browse files
committed
fix: adds tls config to localpath
1 parent 1cfc9a5 commit 4767043

File tree

1 file changed

+1
-1
lines changed
  • pkg/handlers/generic/lifecycle/csi/localpath

1 file changed

+1
-1
lines changed

pkg/handlers/generic/lifecycle/csi/localpath/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ helperImage:
118118
ValuesTemplate: valuesTemplate,
119119
},
120120
}
121-
121+
lifecycleutils.SetTLSConfigForHelmChartProxyIfNeeded(chartProxy)
122122
if err = controllerutil.SetOwnerReference(&req.Cluster, chartProxy, l.client.Scheme()); err != nil {
123123
return fmt.Errorf(
124124
"failed to set owner reference on HelmChartProxy %q: %w",

0 commit comments

Comments
 (0)