|
|
@@ -106,7 +106,6 @@ export default class ExpandedChart extends Component<PropsType, StateType> {
|
|
|
id: currentProject.id,
|
|
|
name: this.props.currentChart.name,
|
|
|
cluster_id: currentCluster.id,
|
|
|
- service_account_id: currentCluster.service_account_id,
|
|
|
}, (err: any, res: any) => {
|
|
|
if (err) {
|
|
|
setCurrentError(err);
|