Currently, the location for the SSH and OpenShift Pull Secret that is populated into the install-config.yaml is hardcoded to the following locations:
- Pull Secret:
$HOME/pull-secret.json
- SSH Key:
$HOME/.ssh/id_rsa
Allow the end user to specify the location that these assets should be retrieved from
Currently, the location for the SSH and OpenShift Pull Secret that is populated into the
install-config.yamlis hardcoded to the following locations:$HOME/pull-secret.json$HOME/.ssh/id_rsaAllow the end user to specify the location that these assets should be retrieved from