Replies: 2 comments
-
|
I guess it requires an upgrade to Dasel V3: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the link, I need to update the dasel version to v3 anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my pipeline, I have a
jsonresource as a target:The file it updates starts with:
{ "type": "@containercraft/projen-pulumi-crd-sdks.PulumiCrdSdksProject", "name": "pulumi-crd-certmanager", "latestVersionOnBranch": "1.0.0", ... }After applying, I expect my PR to have a one-line change. However, all entries got sorted alphabetically. Can I disable in some way that my file content is reordered?
Beta Was this translation helpful? Give feedback.
All reactions