Skip to content

Commit 3e62e85

Browse files
committed
fix: Fix indentation
1 parent 5bba984 commit 3e62e85

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)