Skip to content

Commit d0401bb

Browse files
committed
Remove patroni-{namespace,continuous}-discovery db types as they are deprecated.
1 parent 33a6e59 commit d0401bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webui/src/containers/SourceFormDialog/components/SourceForm/SourceForm.consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export enum SourceFormSteps {
66
Tags = "Tags",
77
};
88

9-
const kindValues = ["postgres", "postgres-continuous-discovery", "pgbouncer", "pgpool", "patroni", "patroni-continuous-discovery", "patroni-namespace-discovery"];
9+
const kindValues = ["postgres", "postgres-continuous-discovery", "pgbouncer", "pgpool", "patroni"];
1010

1111
export const KindOptions = kindValues.map((val) => ({ label: val }));
1212

0 commit comments

Comments
 (0)