Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignition/bootstrap/common: account for templated files when setting mode
The if chain just after this expects the final filename and not the possibly templated version. Strip the suffix in case it's a templated file. This notably fixes the mode for `registries.conf`, which became a templated file and so went from 0644 to 0600. This patch brings it back to 0644.
- Loading branch information