You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following GitOps directory structure. I would like my Warehouse to create Freight on any changes under env/*including files in subdirectories.
I tried the following in include paths: glob:env/*, but it did not detect a change I made to env/prod/increase-replicas.yaml, which is in a subdirectory of env.
@hiddeco assigned you tentatively, because I believe you already have all the context on this one, but this isn't higher priority than anything currently on our plate.
Description
I have the following GitOps directory structure. I would like my Warehouse to create Freight on any changes under
env/*
including files in subdirectories.I tried the following in include paths:
glob:env/*
, but it did not detect a change I made toenv/prod/increase-replicas.yaml
, which is in a subdirectory ofenv
.Steps to Reproduce
The above Warehouse will not detect changes to
env/xxxxx/modified-file.yaml
Workaround is to use regex
Version
Logs
The text was updated successfully, but these errors were encountered: