fix: indentation in tests

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
This commit is contained in:
Guilhem Lettron 2025-08-02 01:28:24 +02:00
parent 9b556e2058
commit 8e1c76c307
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -113,12 +113,12 @@ spec:
command: command:
- node - node
- client.js - client.js
- ${{.ClientJobName}} - {{.ClientJobName}}
env: env:
- name: GATEWAY - name: GATEWAY
value: "keda-add-ons-http-interceptor-proxy.keda" value: "keda-add-ons-http-interceptor-proxy.keda"
- name: HOST - name: HOST
value: "{{.Host}}" value: "{{.Host}}"
- name: PORT - name: PORT
value: "8080" value: "8080"
restartPolicy: Never restartPolicy: Never