diff options
Diffstat (limited to 'helm/pm-https-server/templates/deployment.yaml')
-rw-r--r-- | helm/pm-https-server/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/pm-https-server/templates/deployment.yaml b/helm/pm-https-server/templates/deployment.yaml index 80a4079..dacee57 100644 --- a/helm/pm-https-server/templates/deployment.yaml +++ b/helm/pm-https-server/templates/deployment.yaml @@ -23,7 +23,7 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http |