refactor(settings): migrate helm cert panel to react [EE-5505] (#9132)

This commit is contained in:
Chaim Lev-Ari
2023-06-29 13:31:17 +07:00
committed by GitHub
parent c452de82b7
commit f293ea41d3
19 changed files with 268 additions and 70 deletions

View File

@@ -10,6 +10,7 @@ import (
)
type sslUpdatePayload struct {
// SSL Certificates
Cert *string
Key *string
HTTPEnabled *bool