Overlay Resource
How to overwrite files that are compiled into fylr
Example 1: resource filesystem
Extract original file
docker exec fylr /fylr/bin/fylr resources --fs=fylr.resources --copy=- baseconfig/fas/cookbooks/video.yml>video.ymlPrepare replacement
mkdir -p /srv/fylr/config/fylr/resources/baseconfig/fas/cookbooksmv video.yml /srv/fylr/config/fylr/resources/baseconfig/fas/cookbooks/Overlay
Check that overlay is being done
Example 2: web filesystem
Extract original file
Prepare the replacement
Overlay
Test by showing the overlayed file
More info
Command syntax
Show all resources that can be overlayed
Last updated