aboutsummaryrefslogtreecommitdiffstats
path: root/helm/ves-client/templates
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-04-22 14:48:13 +0200
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-04-23 11:46:44 +0200
commit15c88d48aab835770889f9db1bd4fd46fcb89772 (patch)
treed3acaa7f2ccb08fba80432f4e6c7c65b51108929 /helm/ves-client/templates
parent831e07a31fff07a9d2ab59f730852cd38680384a (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.yaml2
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 }}