Skip to content

Commit ce47a7b

Browse files
committed
chore: Fix indentation
1 parent 733f3d5 commit ce47a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/helmreleaseproxy_helpers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ func getHelmChartProxy(
111111
// Get the HelmChartProxy using label selectors since we don't know the name of the HelmChartProxy.
112112
chartList := &helmaddonsv1.HelmChartProxyList{}
113113
labels := map[string]string{
114-
addons.ClusterNamespaceLabel: clusterNamespace,
115-
clusterv1.ClusterNameLabel: clusterName,
114+
addons.ClusterNamespaceLabel: clusterNamespace,
115+
clusterv1.ClusterNameLabel: clusterName,
116116
// Reflects the hash implementation used by the helm addon strategy.
117117
addons.HelmReleaseNameHashLabel: fmt.Sprintf("%x", sha256.Sum224([]byte(helmReleaseName))),
118118
}

0 commit comments

Comments
 (0)