mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: add matchConditions and variables when generating VAPs (#8308)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
This commit is contained in:
parent
07877ef37a
commit
00fda95642
1 changed files with 3 additions and 1 deletions
|
@ -240,10 +240,12 @@ func (c *controller) buildValidatingAdmissionPolicy(vap *v1alpha1.ValidatingAdmi
|
|||
|
||||
// set validating admission policy spec
|
||||
vap.Spec = v1alpha1.ValidatingAdmissionPolicySpec{
|
||||
ParamKind: rule.Validation.CEL.ParamKind,
|
||||
MatchConstraints: &matchResources,
|
||||
ParamKind: rule.Validation.CEL.ParamKind,
|
||||
Variables: rule.Validation.CEL.Variables,
|
||||
Validations: rule.Validation.CEL.Expressions,
|
||||
AuditAnnotations: rule.Validation.CEL.AuditAnnotations,
|
||||
MatchConditions: rule.CELPreconditions,
|
||||
}
|
||||
|
||||
// set labels
|
||||
|
|
Loading…
Add table
Reference in a new issue