k8s: add feature toggle and stub to save dashboards k8s (#62053)

This commit is contained in:
Ryan McKinley
2023-01-25 11:10:16 -08:00
committed by GitHub
parent a0405912a8
commit 4965cf2eda
10 changed files with 154 additions and 10 deletions
@@ -43,6 +43,7 @@ export interface FeatureToggles {
migrationLocking?: boolean;
storage?: boolean;
k8s?: boolean;
k8sDashboards?: boolean;
supportBundles?: boolean;
dashboardsFromStorage?: boolean;
export?: boolean;