Skip to content

Commit

Permalink
fix: test connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Sep 2, 2024
1 parent aa05b85 commit f2385e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opencti/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
image: busybox
{{- end }}
command: ['wget']
args: ['{{ include "opencti.fullname" . }}:{{ .Values.service.targetPort | default .Values.service.port }}']
args: ['{{ include "opencti.fullname" . }}-server:{{ .Values.service.port }}']
restartPolicy: Never
{{ end }}

0 comments on commit f2385e5

Please sign in to comment.