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 dcbe9569 [operator] fix typo
dcbe9569 is described below
commit dcbe956939297bcbccde29c88a927c95c28aa173
Author: mfordjody <[email protected]>
AuthorDate: Wed Dec 4 17:35:43 2024 +0800
[operator] fix typo
---
operator/pkg/apis/proto/values_types.proto | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/operator/pkg/apis/proto/values_types.proto
b/operator/pkg/apis/proto/values_types.proto
index 18780694..cf7aa60a 100644
--- a/operator/pkg/apis/proto/values_types.proto
+++ b/operator/pkg/apis/proto/values_types.proto
@@ -38,4 +38,5 @@ message ArchConfig {
message GlobalConfig {
ArchConfig arch = 1 [deprecated = true];
- string DubboNamespace = 14;
\ No newline at end of file
+ string DubboNamespace = 14;
+}
\ No newline at end of file