Skip to content

Commit

Permalink
revert validation removal from webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Nov 21, 2023
1 parent 68e6cbe commit bcaee0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ func (fn *Function) getBasicValidations() []validationFunction {
fn.Spec.validateEnv,
fn.Spec.validateLabels,
fn.Spec.validateAnnotations,
fn.Spec.validateFunctionResources,
fn.Spec.validateBuildResources,
fn.Spec.validateSources,
fn.Spec.validateSecretMounts,
}
Expand Down

0 comments on commit bcaee0f

Please sign in to comment.