What would you like to be added:
Run the extension configuration validation before deployment of the extension.
Why is this needed:
We have seen Gardener installations without some of the validating and mutating webhooks being deployed. Running the extension without running the validation before can lead to unspecified behavior (panic). This can be avoided by running the validation code prior to deploying the extension.
What would you like to be added:
Run the extension configuration validation before deployment of the extension.
Why is this needed:
We have seen Gardener installations without some of the validating and mutating webhooks being deployed. Running the extension without running the validation before can lead to unspecified behavior (panic). This can be avoided by running the validation code prior to deploying the extension.