1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

fix(k8s/configurations): fix an issue with configuration ownership

This commit is contained in:
Anthony Lapenna 2020-08-15 12:42:04 +12:00
parent 7ad06b3be5
commit 46762f3e67
3 changed files with 8 additions and 4 deletions

View file

@ -94,7 +94,7 @@ class KubernetesConfigurationController {
{ reload: true }
);
} else {
await this.KubernetesConfigurationService.update(this.formValues);
await this.KubernetesConfigurationService.update(this.formValues, this.configuration);
this.Notifications.success('Configuration succesfully updated');
this.$state.reload();
}