-
Notifications
You must be signed in to change notification settings - Fork 32
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
Overwrite files with format: ignition #411
Conversation
@alexander-demicev @furkatgofurov7 - this is passing CI and ready for review, when you get a moment please take a look - thanks! |
Thanks @hardys for the fix! |
@hardys CI requires all commits to be signed before merging the PRs, can you please push it signed? Thanks. |
Head branch was pushed to by a user without write access
Now done, thanks! |
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.
Thank you!
This aligns with the default cloud-init behavior and enables e.g overwriting distro-default files via RKE2ConfigTemplate using the spec.template.spec.files API. Signed-off-by: Steven Hardy <[email protected]>
Head branch was pushed to by a user without write access
Sorry I misunderstood the signing requirement initially - commit should now be signed/verified https://github.com/rancher/cluster-api-provider-rke2/pull/411/commits |
This aligns with the default cloud-init behavior and enables e.g overwriting distro-default files via RKE2ConfigTemplate using the spec.template.spec.files API.
With this we can see the example mentioned in #410 now works as expected the empty
/etc/motd
is overwritten.kind/bug
Fixes #410