Closed ldez closed 6 years ago
Thanks, will try and take a look asap - most likely Friday, sorry for the delay
@petertiedemann Wanted to flag that this change will require you to refactor the template we setup as the function names exposed have been renamed. Included you here so you can see the renames required. Let me know if you have any issues with the changes.
I have done really bad things:
1.5
and a refactor related to master
I will revert and redo this PR (in 2 PRs this time) Sorry for this.
Fix backend name for Stateful services: The name of the backend is
{{$backendName := (print $service.Name $partition.PartitionInformation.ID)}}
but the backend name in frontends isbackendName = {{$service.Name}}/{{$partitionId}}
(note the/
)Also: