Question about injecting variables when spinning up pods

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information: OpenShift

Kubernetes version:
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS: RHEL
CNI and version:
CRI and version:

Hello All…total noob to Kube/OC.

We have a docker container that runs on a rhel host. We spin it up with “Docker run” and other variables and keystore info, passwords in the docker run command.

However, when we try to run the same inside OpenShift it fails because the KeyStore and passwords were all outside. Is there a way to inject these in when we spin up the pods ?