fixed neo4j container name

This commit is contained in:
Ulf Gebhardt 2021-02-16 16:43:05 +01:00
parent 9bbbfb23f5
commit 18eef420eb
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -28,7 +28,7 @@ spec:
app: {{ .Release.Name }}-neo4j
spec:
containers:
- name: neo4j
- name: container-{{ .Release.Name }}-neo4j
image: "{{ .Values.NEO4J.DOCKER_IMAGE_REPO }}:{{ .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.NEO4J.DOCKER_IMAGE_PULL_POLICY }}
ports: