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
It is expected that using minder profile get -o yaml ... would produce a YAML file that one could quickly modify and then re-apply with minder profile apply -f ..., but this seems not to be the case.
Describe the issue
It is expected that using minder profile get -o yaml ... would produce a YAML file that one could quickly modify and then re-apply with minder profile apply -f ..., but this seems not to be the case.
Thanks to @danbarr for reporting this.
Note: The same goes for ruletypes, not just profiles.
To Reproduce
The YAML produced by get -o yaml has the profile definition nested under a top level profile node, like such:
But the expected format is:
Once edited out the profile: node and added version/type, it was then possible to apply it with the rest of the contents that get had generated.
What version are you using?
No response
The text was updated successfully, but these errors were encountered: