Files
kubevpn/pkg/inject/render_test.go
naison 94db7846d8 hotfix: fix detect helm ns but still use -n namespace (#506)
* hotfix: fix detect helm ns but still use -n namespace
2025-04-02 19:20:31 +08:00

12 lines
159 B
Go

package inject
import (
"testing"
)
func TestRender(t *testing.T) {
tmplStr := string(envoyConfig)
conf := GetEnvoyConfig(tmplStr, "test")
t.Log(conf)
}