diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-22 14:48:13 +0200 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-04-23 11:46:44 +0200 |
commit | 15c88d48aab835770889f9db1bd4fd46fcb89772 (patch) | |
tree | d3acaa7f2ccb08fba80432f4e6c7c65b51108929 /helm/ves-client/templates | |
parent | 831e07a31fff07a9d2ab59f730852cd38680384a (diff) |
Create chart for nf-simulator agregating avcn, netconf and ves-client
Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Iadbf7c5186aedb3b9c74c2daed51eda0b67bd1a6
Diffstat (limited to 'helm/ves-client/templates')
-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 }} |