We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69ab2e commit d7d1ffaCopy full SHA for d7d1ffa
exp/addons/internal/controllers/clusterresourceset_helpers.go
@@ -198,7 +198,7 @@ func computeHash(dataArr [][]byte) string {
198
// normalizeData reads content of the resource (configmap or secret) and returns
199
// them serialized with constant order. Secret's data is base64 decoded.
200
// This is useful to achieve consistent data between runs, since the content
201
-// of the data field is a mapp and its order is non deterministic.
+// of the data field is a map and its order is non-deterministic.
202
func normalizeData(resource *unstructured.Unstructured) ([][]byte, error) {
203
// Since maps are not ordered, we need to order them to get the same hash at each reconcile.
204
keys := make([]string, 0)
0 commit comments