Skip to content

Commit

Permalink
Leverage the svc name pattern for client lookup as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yaraskm committed Oct 17, 2023
1 parent c8edfe5 commit 25d2113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "{{ .Values.warpConfiguration.operationToBenchmark }}"
- "--warp-client=warp-{0...{{ sub .Values.replicaCount 1 }}}.warp.{{ .Release.Namespace }}"
- "--warp-client={{ include "warp.fullname" . }}-{0...{{ sub .Values.replicaCount 1 }}}.{{ include "warp.fullname" . }}.{{ .Release.Namespace }}"
{{- range $k, $v := .Values.warpJobArgs }}
- --{{ $k }}={{ $v }}
{{- end }}
Expand Down

0 comments on commit 25d2113

Please sign in to comment.