|
@@ -221,7 +221,7 @@ const ExpandedChart: React.FC<Props> = (props) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const onSubmit = async (rawValues: any) => {
|
|
const onSubmit = async (rawValues: any) => {
|
|
|
- console.log("raw", rawValues);
|
|
|
|
|
|
|
+ // console.log("raw", rawValues);
|
|
|
// Convert dotted keys to nested objects
|
|
// Convert dotted keys to nested objects
|
|
|
let values: any = {};
|
|
let values: any = {};
|
|
|
|
|
|
|
@@ -318,7 +318,7 @@ const ExpandedChart: React.FC<Props> = (props) => {
|
|
|
|
|
|
|
|
setSaveValueStatus("loading");
|
|
setSaveValueStatus("loading");
|
|
|
|
|
|
|
|
- console.log("valuesYaml", valuesYaml);
|
|
|
|
|
|
|
+ // console.log("valuesYaml", valuesYaml);
|
|
|
try {
|
|
try {
|
|
|
await api.upgradeChartValues(
|
|
await api.upgradeChartValues(
|
|
|
"<token>",
|
|
"<token>",
|
|
@@ -421,7 +421,7 @@ const ExpandedChart: React.FC<Props> = (props) => {
|
|
|
const renderTabContents = (currentTab: string) => {
|
|
const renderTabContents = (currentTab: string) => {
|
|
|
let { setSidebar } = props;
|
|
let { setSidebar } = props;
|
|
|
let chart = currentChart;
|
|
let chart = currentChart;
|
|
|
- console.log("CONTROLLERS", controllers);
|
|
|
|
|
|
|
+ // console.log("CONTROLLERS", controllers);
|
|
|
switch (currentTab) {
|
|
switch (currentTab) {
|
|
|
case "metrics":
|
|
case "metrics":
|
|
|
return <MetricsSection currentChart={chart} />;
|
|
return <MetricsSection currentChart={chart} />;
|