Skip to content

Commit a536885

Browse files
committed
fix: pass kubernetes DeployDaemon config from Vue to backend
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent fac218a commit a536885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DaemonConfig/ManageDaemonConfigModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ export default {
652652
haproxy_password: this.deployConfig.haproxy_password ?? '',
653653
computeDevice: this.deployConfig.computeDevice,
654654
harp: this.deployConfig.harp ?? null,
655+
kubernetes: this.deployConfig.kubernetes ?? null,
655656
registries: this.deployConfig.registries || null,
656657
},
657658
}

0 commit comments

Comments
 (0)