interface ClusterSetupConfigClass {
    chartDir: string;
    clusterSetupNamespace: string;
    deployCertManager: boolean;
    deployCertManagerCrds: boolean;
    deployMinio: boolean;
    deployPrometheusStack: boolean;
    soloChartVersion: string;
}

Properties

chartDir: string
clusterSetupNamespace: string
deployCertManager: boolean
deployCertManagerCrds: boolean
deployMinio: boolean
deployPrometheusStack: boolean
soloChartVersion: string