Skip to content

Commit 5bba984

Browse files
committed
fix: Add contextual comment
1 parent dcd84a0 commit 5bba984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/helmreleaseproxy_helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func getHelmChartProxy(
113113
labels := map[string]string{
114114
addons.ClusterNamespaceLabel: clusterNamespace,
115115
clusterv1.ClusterNameLabel: clusterName,
116+
// Reflects the hash implementation used by the helm addon strategy.
116117
addons.HelmReleaseNameHashLabel: fmt.Sprintf("%x", sha256.Sum224([]byte(helmReleaseName))),
117118
}
118119
if err := getLister.List(

0 commit comments

Comments
 (0)