Merge "Switch policy/api rest port from cluster to node"
[oom.git] / kubernetes / so / charts / so-mariadb / templates / configmap.yaml
index 1ea1987..a470bb2 100755 (executable)
@@ -16,5 +16,10 @@ kind: ConfigMap
 metadata:
   name: confd-configmap
   namespace: {{ include "common.namespace" . }}
+  labels:
+    app: {{ include "common.name" . }}
+    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}
 data:
 {{ tpl (.Files.Glob "resources/config/mariadb/conf.d/*").AsConfig . | indent 2 }}
\ No newline at end of file