Skip to content

Commit

Permalink
Update charts/zipkin/templates/tests/test-connection.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codefromthecrypt authored Feb 19, 2024
1 parent 1e7a8fa commit b37fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zipkin/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: get-trace
image: 'ghcr.io/openzipkin/alpine:3.19.1'
command: [ '/bin/sh', '-c' ]
# If self-tracing, sleep for the trace to process, the get it by the constant ID passed above.
# If self-tracing, sleep for the trace to process. Then, get it by the constant ID passed above.
args: [ 'sleep 1 && wget -qO ---spider http://{{ include "zipkin.fullname" . }}:{{ .Values.service.port }}/api/v2/trace/cafebabecafebabe' ]
{{- end }}
restartPolicy: Never

0 comments on commit b37fc30

Please sign in to comment.