fix(ci-sizer): 🐛 align GARM_URL with template output
Use short service DNS (garm.garm.svc:80) instead of FQDN (garm.garm.svc.cluster.local:80) to match what the stack template now generates. Ref: IPCEICIS-6886
This commit is contained in:
parent
8b9fb6bdd8
commit
75e4a2384b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ spec:
|
|||
name: sizer-tokens
|
||||
key: hmac-key
|
||||
- name: GARM_URL
|
||||
value: "http://garm.garm.svc.cluster.local:80"
|
||||
value: "http://garm.garm.svc:80"
|
||||
- name: GARM_USER
|
||||
value: "admin"
|
||||
- name: GARM_PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue