-
Notifications
You must be signed in to change notification settings - Fork 27
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
Refactor osparc stack env-var handling #3635
Comments
@mrnicegyu11 , my part is in principle done here. Let me know if you need extra from me. |
thanks a lot |
I have some questions as a developer. When dealing with env vars, I usually end up with in the following situations.
@pcrespov @sanderegg @YuryHrytsuk @mrnicegyu11 @matusdrobuliak66 thanks for you help in clearing this up. |
re 1: ideally, no env-var should have defaults. So, to do it properly in this scenario, you should always NOT allow defaults and actually set the desired value as (what you call) "OPS value", always, even if it is considered @YuryHrytsuk please comment what I missed :--) |
@GitHK
|
This is done |
system-test-swarm-deploy_services_settings_schemas.zip
on every build. SEE gh-actions in master.@mrnicegyu11: Addosparc.local
full variable configuration (including what is now known as optional / default values) for all deployments.repo.config
of a deployment overwrites the (osparc.local
) defaults.null
(prevents situations in which typos in env-vars lead to null plugin settings that lead to shutting down plugins)env_file: - ../.env
fromservices/docker-compose.yml
in osparc-simcore and capture every single necessary env-var in theenvironment:
sectionTasks
The text was updated successfully, but these errors were encountered: