fix code formatting
Signed-off-by: Max Jonas Werner <mail@makk.es>
This commit is contained in:
parent
ce072c7eda
commit
d5e3c37833
|
@ -447,7 +447,7 @@ func (r *HelmChartReconciler) buildFromHelmRepository(ctx context.Context, obj *
|
||||||
repo *sourcev1.HelmRepository, b *chart.Build) (sreconcile.Result, error) {
|
repo *sourcev1.HelmRepository, b *chart.Build) (sreconcile.Result, error) {
|
||||||
var (
|
var (
|
||||||
tlsConfig *tls.Config
|
tlsConfig *tls.Config
|
||||||
loginOpts []registry.LoginOption
|
loginOpts []registry.LoginOption
|
||||||
)
|
)
|
||||||
|
|
||||||
// Construct the Getter options from the HelmRepository data
|
// Construct the Getter options from the HelmRepository data
|
||||||
|
|
Loading…
Reference in New Issue