diff options
Diffstat (limited to 'helm/ves-client/templates/deployment.yaml')
-rw-r--r-- | helm/ves-client/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/ves-client/templates/deployment.yaml b/helm/ves-client/templates/deployment.yaml index d635c69..6220ced 100644 --- a/helm/ves-client/templates/deployment.yaml +++ b/helm/ves-client/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: {{ include "repositoryGenerator.repository" . }}{{ .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: - containerPort: {{ .Values.config.containerPort }} |