I want to change a environment variable of openshift from inside a pod.
The thing I want to change is Bearer token, as that will get expired within a day or so, and changing it manually is not possible on n numbers of environment. So I want to change the value of the environment variable using a script inside the pod.
I am stuck and want some guidance regarding this. Any help will be appreciated.