Create RMR route listening services. Further integrating charts with common template.
[it/dep.git] / ric-infra / 40-Credential / helm / templates / config-helm-cert.yaml
index 7140d6b..0962061 100644 (file)
@@ -20,5 +20,6 @@ kind: ConfigMap
 metadata:
   name: xapp-mgr-certs
 data:
-  {{ (.Files.Glob "resources/tls.crt").AsConfig | nindent 2 }}
+  tls.crt: |
+  {{- .Values.credential.helmCertificate | nindent 4 }}