This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new aeffc608 [dubboctl] fix profiles errors (#488)
aeffc608 is described below
commit aeffc6085da748037a9e471609f8d20d76ad88f8
Author: mfordjody <[email protected]>
AuthorDate: Sat Oct 26 17:19:37 2024 +0800
[dubboctl] fix profiles errors (#488)
---
manifests/embedded.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifests/embedded.go b/manifests/embedded.go
index feeec1ce..3d457b5f 100644
--- a/manifests/embedded.go
+++ b/manifests/embedded.go
@@ -19,5 +19,5 @@ import (
"embed"
)
-// go:embed all:addons all:charts all:profiles
+//go:embed all:addons/* all:charts/* all:profiles/*
var EmbedRootFS embed.FS