aboutsummaryrefslogtreecommitdiffstats
path: root/helm/netconf/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/netconf/templates/deployment.yaml')
-rw-r--r--helm/netconf/templates/deployment.yaml2
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: