Added HOST_IP environment variable

This commit is contained in:
William Miceli
2018-03-28 16:52:54 -04:00
parent 2b4c9ee602
commit a3460bb911
2 changed files with 9 additions and 0 deletions

View File

@@ -31,4 +31,11 @@ catalog:
The Volume Name that Eclipse Che should use for it's persistent repo storage
default: "Eclipse-Repo"
required: true
type: string
- variable: "HOST_IP"
label: "IP of the host system"
description: |
Host IP
default: "10.0.0.0"
required: true
type: string