Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

update-strategies: add missing "overwrite: true" #326

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/setup/releases/update-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ version: 1.0.0
storage:
files:
- path: /etc/flatcar/update.conf
overwrite: true
contents:
inline: |
REBOOT_STRATEGY=etcd-lock
Expand All @@ -72,6 +73,7 @@ This gets transpiled to the following Ignition configuration which writes the li
"storage": {
"files": [
{
"overwrite": true,
"path": "/etc/flatcar/update.conf",
"contents": {
"compression": "",
Expand Down Expand Up @@ -137,6 +139,7 @@ version: 1.0.0
storage:
files:
- path: /etc/flatcar/update.conf
overwrite: true
contents:
inline: |
REBOOT_STRATEGY=reboot
Expand Down Expand Up @@ -172,6 +175,7 @@ version: 1.0.0
storage:
files:
- path: /etc/flatcar/update.conf
overwrite: true
mode: 0644
contents:
inline: |
Expand Down