Skip to content

Commit

Permalink
remove cel.HomogeneousAggregateLiterals
Browse files Browse the repository at this point in the history
  • Loading branch information
faebr committed Jun 27, 2024
1 parent ef44918 commit 8927d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/render2/celrenderer/cel.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func IsCelExpression(s string) (bool, error) {

func getCelEnv(vars map[string]any) (*cel.Env, error) {
var opts []cel.EnvOption
opts = append(opts, cel.HomogeneousAggregateLiterals())
opts = append(opts, cel.EagerlyValidateDeclarations(true), cel.DefaultUTCTimeZone(true))
//opts = append(opts, library.ExtensionLibs...)

Expand Down

0 comments on commit 8927d9f

Please sign in to comment.