Dim dataPath As String = "DataContext" If Not String.IsNullOrEmpty(Path) Then If Path.StartsWith("/") Or Path.StartsWith("[") Then dataPath &= Path Else dataPath &= "." & Path End If End If Dim b As New Binding(dataPath) b.Source = target.TargetObject b.Mode = Mode b.Converter...
For users.properties, you should create one and put it the folder ${rocketmq.config.dataPath} defined. However, rocketmq operator does not support mounting a configMap to rocketmq-dashboard, would you like to submit a PR to solve it? zongtanghu commented Sep 29, 2022 • edited @shendon...