Skip to content

Commit 8a3d0d6

Browse files
committed
Update the env option.
1 parent 7b1c7c6 commit 8a3d0d6

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/apiserver/pkg/cel/environment

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/cel/environment/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var baseOptsWithoutStrictCost = []VersionedOptions{
173173
{
174174
IntroducedVersion: version.MajorMinor(1, 32),
175175
EnvOptions: []cel.EnvOption{
176-
UnversionedLib(ext.TwoVarComprehensions),
176+
ext.TwoVarComprehensions(),
177177
},
178178
},
179179
}

0 commit comments

Comments
 (0)