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
When originally designed and implemented, gitops was supposed to support controls settings from a separate file. This would make copying team files simpler, as all the copies could reuse the same controls settings.
In team YAML:
controls:
path: ../lib/common-controls.yml
However, this functionality was not documented and currently has some bugs, such as #24674
Engineering work would be relatively small since this feature is already implemented and has many unit tests.
The text was updated successfully, but these errors were encountered:
When originally designed and implemented, gitops was supposed to support
controls
settings from a separate file. This would make copying team files simpler, as all the copies could reuse the samecontrols
settings.In team YAML:
However, this functionality was not documented and currently has some bugs, such as #24674
Engineering work would be relatively small since this feature is already implemented and has many unit tests.
The text was updated successfully, but these errors were encountered: