-
Notifications
You must be signed in to change notification settings - Fork 1
fix: load workload values #860
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
base: main
Are you sure you want to change the base?
Conversation
CasLubbers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you check if it works with branch APL-1288? In there I removed the repo.ts file and we load the contents of the workload values in raw. But I think I use the loadYaml function.
If it does not work I think its better to create a new function then adjusting this loadYaml function and make it more complex
I think we can wait for the APL-1288 changes before merging this PR. After that, this PR will need some updates. |
📌 Summary
This PR fixes workload values loading issue (keeps comment lines + raw value support) and resolves an issue where the
getAll<resource>call caused console resource statuses to remain stuck on loading.