Skip to content

Commit 3fada40

Browse files
ivanmatmatiGopher Bot
authored andcommitted
MEDIUM: reactivate annotations prefixes
1 parent 62f47d3 commit 3fada40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/annotations/validators/validations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func Get() (*Validator, error) {
8686
validator = Validator{
8787
compiledRules: make(map[string]cel.Program),
8888
templateVariables: make(map[string]any),
89+
prefixes: annotationsPrefixes,
8990
}
9091
validator.templateVariables["POD_NAME"] = os.Getenv("POD_NAME")
9192
validator.templateVariables["POD_NAMESPACE"] = os.Getenv("POD_NAMESPACE")

0 commit comments

Comments
 (0)