Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion manifest/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"meta.helm.sh/release-namespace",
"deployment.kubernetes.io/revision",
)
pruneNestedMap(metadata, "labels", "app.kubernetes.io/managed-by")

pruneNestedMap(metadata, "labels",

Check failure on line 34 in manifest/util.go

View workflow job for this annotation

GitHub Actions / Lint

File is not properly formatted (gci)
Comment thread
jkroepke marked this conversation as resolved.
Outdated
"app.kubernetes.io/managed-by",
"helm.toolkit.fluxcd.io/name",
"helm.toolkit.fluxcd.io/namespace",
)

return objectMap, nil
}
Expand Down
Loading