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
{{ message }}
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
Available options for the flag are:
Disabled: Do not manage ClusterGitTracksIncludeNamespaced: Manage ClusterGitTracks and allow them to manage namespaced resourcesExcludeNamespaced: Manage ClusterGitTracks but disallow them from managing namespaced resourcesThis behaviour should be achievable by manipulating which
Watchesare actually started based on flag configuration.We will need to ensure that namespaced objects are ignored properly in the
GitTrackcontroller when the value of this flag isExcludeNamespaced.