feat: allow inline yaml config instead of string literal #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat-inline-yaml-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Allow to insert the act_runner config as yaml into the chart values.
Benefits
Yaml editor will report yaml errors, instead of the deployed runner.
Possible drawbacks
No limitations, string config works like before.
Applicable issues
N/A
Additional information
Usage like this, just omit the block scalar token
I do not like the regex test approach, but I didn't come up with a better one. I wish that I can parse the nested yaml in the helm tests.
⚠ BREAKING
N/A
Checklist
templatesfolder)If I might ask, but what does it solve? Or just a feature upgrade.
yes just a feature upgrade, writing yaml correctly is not easy for everyone, let helm fail early if it sees bad yaml is good?
You also gain yaml syntax highlighting by not using a string block of yaml