Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
logandavies181 committed Jun 4, 2023
1 parent 9964c02 commit 3ad7efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (c Config) Filter(in *yaml.RNode) (*yaml.RNode, error) {
}

if len(in.FieldPath()) == 0 {
//groupVersion := strings.Split(in.GetApiVersion(), "/")
in.AppendToFieldPath(in.GetApiVersion())
in.AppendToFieldPath(in.GetKind())
}
Expand Down

0 comments on commit 3ad7efd

Please sign in to comment.