Arguments used to install a Private Cloud Control Plane on embedded kubernetes
name | data type | description |
---|---|---|
remoteRepoUrl | string | The url of the remote repository where the private cloud artifacts to install are hosted |
valuesYaml | string | A yaml file containing configuration parameters for the installation. |
experienceClusterName | string | The name of the Experience cluster that will bring up this control plane |
datalakeClusterName | string | The name of the datalake cluster to use for the initial environment in this control plane |
Example
{ "remoteRepoUrl" : "...", "valuesYaml" : "...", "experienceClusterName" : "...", "datalakeClusterName" : "..." }