Skip to content

Commit 82c5b3f

Browse files
authored
Update test-connection.yaml (memgraph#24)
"{{ .Release.Name }}-memgraph-test" does not generate a unique name, which is required when a helm chart includes multiple instances of the memgraph chart.
1 parent c11fb3c commit 82c5b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/memgraph/templates/tests/test-connection.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: batch/v1
22
kind: Job
33
metadata:
4-
name: "{{ .Release.Name }}-memgraph-test"
4+
name: "{{ include "memgraph.fullname" . }}-test"
55
labels:
66
{{- include "memgraph.labels" . | nindent 4 }}
77
annotations:

0 commit comments

Comments
 (0)