feat: implement k8s secret Deployer

This commit is contained in:
Fu Diwei
2024-11-19 22:04:00 +08:00
parent 414d8d140e
commit 6a151865f7
5 changed files with 239 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ Shell command to run this test:
func Test(t *testing.T) {
flag.Parse()
t.Run("Notify", func(t *testing.T) {
t.Run("Deploy", func(t *testing.T) {
t.Log(strings.Join([]string{
"args:",
fmt.Sprintf("INPUTCERTPATH: %v", fInputCertPath),