Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# base 64 encoded cd user password with read rights to git / bitbucket
CD_USER_PWD=changeme_base64
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ocp app domain OD cluster and OCP cluster^
OD_OCP_SOURCE_APP_DOMAIN=192.168.99.100.nip.io
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ CD_USER_ID=cd_user_base64
# base 64 encoded cd user password with read rights to git / bitbucket
CD_USER_PWD=changeme_base64

# ocp app domain OD cluster and OCP cluster^
OD_OCP_SOURCE_APP_DOMAIN=192.168.99.100.nip.io

# Nexus URL exposed by the nexus route
NEXUS_URL=https://nexus-cd.192.168.99.100.nip.io
NEXUS_USERNAME=developer
Expand Down