Installing vault enterprise on openshift

Hey everyone,
I want to install vault on openshift, every article I read on the subject said the recommended way to do so.
Is the vault chart on helm is enterprise vault? because when I ran it locally with docker there was a difference between the regular vault and the enterprise one (different file to run).

I think it should be possible. The Vault helm chart allows you to override the image, so you can put the enterprise image there from dockerhub (https://hub.docker.com/r/hashicorp/vault-enterprise).

Once installed, I guess you can use the /sys/license endpoints to configure your license. (https://www.vaultproject.io/api-docs/system/license)