Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: dismiss signup banner for nodes started by roachprod
Previously, when starting a node using roachprod, the db console ui would display a release notes signup banner. This banner is not useful for users of roachprod. We introduced a way to toggle this via env var in cockroachdb#56437. This commit sets that env var, COCKROACH_UI_RELEASE_NOTES_SIGNUP_DISMISSED=true for `cockroach start*` commands issued from roachprod. Resolves: cockroachdb#46998 See also: cockroachdb#56437 Release note: none
- Loading branch information