devspace
devspace copied to clipboard
Warn when profile paths have no matches
Is your feature request related to a problem? No
Which solution do you suggest? When profile patches have paths that do not match anything log a warning. Currently DevSpace does not apply the expected changes silently, which can lead to confusion when upgrading from v5 to v6.
Which alternative solutions exist?
When upgrading schema versions, run devspace print to verify that profiles are being applied.
Additional context When using profiles heavily it may not always be obvious that profiles are not getting applied correctly when upgrading from v5 to v6. Logging warning statements could be helpful in guiding customers to update their profile patches paths so the expected result is achieved.