![[OpenShift Container Platform]](ngocp.gif)
Disabling runtime webhook checks
Runtime webhook checks ensure that the storage classes are viable for your queue manager. You disable them to improve performance, or because they are not valid for your environment.
About this task
Runtime webhook checks are done on the queue manager configuration. They check that the storage classes are suitable for your selected queue manager type.
You might choose to disable these checks to decrease time taken for queue manager creation, or because the checks are not valid for your specific environment.
Note: After you disable runtime webhook checks, any storage class values are allowed. This could
result in a broken queue manager.
Procedure
Disable runtime webhook checks.
Add the following annotation under metadata. For example:
apiVersion: mq.ibm.com/v1beta1
kind: QueueManager
metadata:
name: quickstart-cp4i
annotations:
"com.ibm.cp4i/disable-webhook-runtime-checks" : "true"