You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The following markers will use OpenAPI v3 schema to validate the value// More info: https://book.kubebuilder.io/reference/markers/crd-validation.html// +kubebuilder:validation:Minimum=1// +kubebuilder:validation:Maximum=3// +kubebuilder:validation:ExclusiveMaximum=false
Also, would be great if we can add a check for the Port when it is informed.
- Improve controller-test to check if the deployment/pod was made
- For e2e: Ensure that the deployment scaffold on the controller to deploy the Operand is checked
- Project file has to track the options used under the plugin and not under the resources. Should we not track under the resources? What happens if we create 2 apis with the plugin? Will we have the image, command and port used for both calls tracked?
- RunAsUser needs to be a flag arg ( we should not add it by default )
What do you want to happen?
Following some tracks, we are able to check and address them as a follow-up of #2717
For the size:
Also, would be great if we can add a check for the Port when it is informed.
: 🐛 (deploy-image/v1-alpha) : remove the namespaced option #2805
The text was updated successfully, but these errors were encountered: