Skip to content

Commit

Permalink
templates/container-storage: Add a "this is generated" note
Browse files Browse the repository at this point in the history
This is a best practice, and particularly in this case
when we're intending to modify a config file, it can't be identical
to the shipped version.

This avoids having libostree replace it with a newer version.

Closes: openshift#1319
  • Loading branch information
cgwalters authored and openshift-cherrypick-robot committed Jan 15, 2020
1 parent 7e95edb commit 4e74807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common/_base/files/container-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ mode: 0644
path: "/etc/containers/storage.conf"
contents:
inline: |
# This file is generated by the Machine Config Operator's containerruntimeconfig controller.
#
# storage.conf is the configuration file for all tools
# that share the containers/storage libraries
# See man 5 containers-storage.conf for more information
Expand Down

0 comments on commit 4e74807

Please sign in to comment.