bcgov / bcgov/openshift-developer-tools
Always load default profile parameters BEFORE profile-specific parameters
- Dominant language
- Shell
- Stars
- 15
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
When deploying configurations for a profile (e.g.: `settings.myprofile.sh` the developer scripts ignore the default parameter files and expect profile specific (e.g.: `*.myprofile.param`) files to be available.
It would be nice to have the scripts always load default profile parameters - if available - before the profile-specific ones: this would allow an additional level of configuration, and would facilitate deploying components that are shared and have the same configuration across profiles.
Desired behaviour:
- look up parameter files for `default` profile and load them, if available
- look up profile-specific parameter files and load them, if available, overriding/replacing the values previously set by the `default` profile
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.