github.com/opendevstack/tailor@v1.3.5-0.20220119161809-cab064e60a67/internal/test/e2e/testdata/recreate/1/want.err (about)

     1  Path '/spec/host' of 'route/foo' is immutable.
     2  Changing its value would require to delete and re-create the whole resource, which Tailor prevents by default.
     3  
     4  You may pick one of the following options to resolve this:
     5  
     6  * pass --allow-recreate to give permission to recreate the resource
     7  * use --preserve-immutable-fields to keep the cluster state for all immutable paths
     8  * change the template to be in sync with the cluster state
     9  * exclude the resource from comparison via --exclude route/foo