Update dmaap chart name so SDNC listeners start
[oom.git] / kubernetes / multicloud / charts / multicloud-windriver / templates / deployment.yaml
index 02a78bb..75969ba 100644 (file)
@@ -59,7 +59,7 @@ spec:
        - mountPath: /opt/windriver/titanium_cloud/pub/config/log.yml
          name: windriver-logconfig
          subPath: log.yml
-       image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+       image: "{{ include "common.repository" . }}/{{ .Values.image }}"
        imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
        ports:
        - containerPort: {{ .Values.service.internalPort }}