NONRTRIC-980: Service Manager - SMO deployment
[it/dep.git] / nonrtric / helm / servicemanager / templates / configmap.yaml
index 746b039..280e58f 100644 (file)
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
+
+
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: servicemanager-configmap
+  name: {{ include "common.name.servicemanager" . }}-configmap
+  namespace: {{ include "common.namespace.nonrtric" . }}
+  labels:
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.servicemanager" . }}
+    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}
 data:
 {{- range $key, $value := .Values.data }}
   {{ $key }}: |