mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed neo4j container name
This commit is contained in:
parent
9bbbfb23f5
commit
18eef420eb
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user