You might want to skip the deployment of certain kinds of Kubernetes resources. For
example, in dev/test instances with low traffic and where scalability is not required, you might
want to disable the deployment of HorizontalPodAutoscalers HPAs) to reduce the required
infrastructure.
To do this, pass the --excluded_kinds flag to install-vault using:
install-vault --excluded_kinds=HorizontalPodAutoscaler
This will ensure that any Kubernetes resources of the specified kind in the crown packages
will no longer be deployed.