You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is well detailed in the following PR #17
To make it brief;
Currently the defaults are being copied from the operations repo environment folder. It should be copied from the root of the operations repo AND it should only match up by chart name.
Current behavior
ops_repo
envA/
_default/
chartA/ <-- default folders would be merged into this chart folder
chartB/ <-- default folders would be merged into this chart folder
...
Expected Behaviour
ops_repo/
_default/
helm/
chartA/ <--- Copied into ANY environment depoying the `chartA` chart
envA/
helm/
chartA/ <--- Matches a chart within the `_defaults` folder which will be merged
chartB/ <--- Does not match a chart and so will not merge any default folders
The text was updated successfully, but these errors were encountered:
The issue is well detailed in the following PR #17
To make it brief;
Currently the defaults are being copied from the operations repo environment folder. It should be copied from the root of the operations repo AND it should only match up by chart name.
Current behavior
Expected Behaviour
The text was updated successfully, but these errors were encountered: