X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fconfigmap.yaml;h=3f1f8b16b81bc62171a61210014452cbc801dcdb;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=e770ac8e824903fa34fbff0053893c6ff530b00b;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/configmap.yaml b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/configmap.yaml index e770ac8e..3f1f8b16 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/configmap.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/configmap.yaml @@ -14,14 +14,13 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ - --- apiVersion: v1 kind: ConfigMap metadata: name: {{ include "common.configmapname.ves" . }} data: - DMaapConfig.json: | + DmaapConfig.json: | { "channels": [ { @@ -33,4 +32,11 @@ data: "cambria.hosts": "ricaux-message-router:3904" } ] - } \ No newline at end of file + } +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.configmapname.ves" . }}-properties +data: + {{- (.Files.Glob "resources/*").AsConfig | nindent 2 }}