feat: 🚛 完成了 client 资源创建
This commit is contained in:
@@ -71,6 +71,9 @@ var (
|
||||
//go:embed yaml/app.nginx.yaml
|
||||
YAMLAppNGINX string
|
||||
|
||||
//go:embed yaml/client.pkg.yaml
|
||||
YAMLClientPKG string
|
||||
|
||||
//go:embed ssl/ca.crt
|
||||
SSLCaCrt string
|
||||
|
||||
@@ -127,4 +130,7 @@ var (
|
||||
|
||||
//go:embed nginx/user.conf
|
||||
NGINXUser []byte
|
||||
|
||||
//go:embed nginx/client_pkg.conf
|
||||
NGINXClientPKG string
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user