Correct image path resolving for cert service
[oom.git] / kubernetes / aaf / components / aaf-cert-service / templates / deployment.yaml
index 76e610f..a440664 100644 (file)
@@ -78,7 +78,7 @@ spec:
 {{- end }}
       containers:
         - name: {{ include "common.name" . }}
-          image: {{ .Values.repository }}/{{ .Values.image }}
+          image: {{ include "common.repository" . }}/{{ .Values.image }}
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           ports: {{ include "common.containerPorts" . | nindent 10 }}
           env: