Skip to content

Commit

Permalink
Merge pull request #72 from manute/master
Browse files Browse the repository at this point in the history
Removing whitespace at the end of the ruleset 1.16 msg
  • Loading branch information
stepanstipl authored Dec 14, 2020
2 parents 645b864 + ec9571e commit c9d1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/deprecated-1-16.rego
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main[return] {
"Namespace": get_default(resource.metadata, "namespace", "<undefined>"),
"Kind": resource.kind,
"ApiVersion": old_api,
"RuleSet": "Deprecated APIs removed in 1.16 ",
"RuleSet": "Deprecated APIs removed in 1.16",
}
}

Expand Down

0 comments on commit c9d1ebf

Please sign in to comment.