fix(name): fixed namespace creation issue when a registry attached. (#5675)
parent
5752e74be6
commit
cbeb13636c
|
@ -20,7 +20,7 @@ class KubernetesSummaryController {
|
|||
$scope.$watch(
|
||||
'$ctrl.formValues',
|
||||
(formValues) => {
|
||||
this.state.resources = this.generateResourceSummaryList(formValues);
|
||||
this.state.resources = this.generateResourceSummaryList(angular.copy(formValues));
|
||||
},
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue