-
Notifications
You must be signed in to change notification settings - Fork 71
feat: (IAC-1117) WIP: air gap installation and additionnal fixes #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
While working on updating to 2023.08 we had time to check if it was possible to inject the It is indeed possible, hence this is not absolutely required, as it is possible to do so using tools like $ cat sasdeployment.yaml | xjq -y \
'(select(.kind=="SASDeployment").spec.repositoryWarehouse.url=$REPOSITORY)' \
--arg REPOSITORY "$REPOSITORY" However I still believe it is better to be able to do it automatically, of course :) |
This PR is stale because it has been open 30 days with no activity. |
Thanks for the contribution @momiji . I'm opening a PM feature request for the air gap installation. |
After careful review and in alignment with the direction provided by the Platform Services leadership team, it has been confirmed that dark-site additions will not be implemented in DaC. As a result, I will be closing the associated PR. |
As explained in #372, this is a WIP PR for all changes required to have a better air gapped installation.
Changes:
We're still working on first installation, new items may be added later.