Created
January 24, 2019 13:20
-
-
Save geetikabatra/f4222affa01640a325be2f198147ca17 to your computer and use it in GitHub Desktop.
env.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (Required) | |
# Your Openshift username | |
export OC_USERNAME='not-set' | |
# Your Openshift password | |
export OC_PASSWD='not-set' | |
# Export Openshift token | |
export OC_TOKEN='not-set' | |
# Export Openshift project name | |
export OC_PROJECT='not-set' | |
# Openshift cluster | |
#Your Openshift username | |
export OC_URI='not set' | |
export OC_PROJECT="${OC_USERNAME}-${OC_PROJECT}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment