Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jul 25, 2023
1 parent 9b94836 commit 61dfdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/arroyo/templates/tests/test-grpc-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
containers:
- name: grpcurl
image: fullstorydev/grpcurl:v1.8.7-alpine
args: ['{{ include "arroyo.fullname" . }}-api:{{ .Values.service.grpcPort }}']
args: ['{{ include "arroyo.fullname" . }}-api:{{ .Values.service.grpcPort }}','list']
restartPolicy: Never

0 comments on commit 61dfdc4

Please sign in to comment.