aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-modelloader/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-modelloader/templates/configmap.yaml')
-rw-r--r--components/aai-modelloader/templates/configmap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-modelloader/templates/configmap.yaml b/components/aai-modelloader/templates/configmap.yaml
index cdb01fb..d1b14e4 100644
--- a/components/aai-modelloader/templates/configmap.yaml
+++ b/components/aai-modelloader/templates/configmap.yaml
@@ -20,7 +20,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/config/model-loader.properties").AsConfig . | indent 2 }}
@@ -33,7 +33,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/config/log/logback.xml").AsConfig . | indent 2 }}