Skip to content

Commit

Permalink
🐛 Helm Chart: fix the service name used by the helm test (airbytehq#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
WillerWasTaken authored and jhammarstedt committed Oct 31, 2022
1 parent 0ef6168 commit 8577181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/tests/test-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "common.names.fullname" . }}-webapp:{{ .Values.webapp.service.port }}']
args: ['{{ .Release.Name }}-airbyte-webapp-svc:{{ .Values.webapp.service.port }}']
restartPolicy: Never

0 comments on commit 8577181

Please sign in to comment.