diff options
author | 2021-04-22 14:48:13 +0200 | |
---|---|---|
committer | 2021-04-23 11:46:44 +0200 | |
commit | 15c88d48aab835770889f9db1bd4fd46fcb89772 (patch) | |
tree | d3acaa7f2ccb08fba80432f4e6c7c65b51108929 /helm/netconf/templates/deployment.yaml | |
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/netconf/templates/deployment.yaml')
-rw-r--r-- | helm/netconf/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/netconf/templates/deployment.yaml b/helm/netconf/templates/deployment.yaml index 15785cd..4a4663a 100644 --- a/helm/netconf/templates/deployment.yaml +++ b/helm/netconf/templates/deployment.yaml @@ -31,7 +31,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 }} livenessProbe: httpGet: |