From 9f848b3e8a0ccd068cc62999cb2c805139ae5393 Mon Sep 17 00:00:00 2001 From: Jonas Zipprick Date: Wed, 15 Jul 2026 13:07:17 +0200 Subject: [PATCH 1/3] fix(provider-definition): Fix invalid template expression in provider We can not reference a property that is itself a template expression. --- provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.yml b/provider.yml index f2900bd..53b7496 100644 --- a/provider.yml +++ b/provider.yml @@ -34,7 +34,7 @@ detailsSchema: properties: state: type: string - x-endpoint: '${{ .statusUrl }}' + x-endpoint: '${{ .hostname }}/health' secretsSchema: {} plans: - id: 0 From 3ab93fcaf4824d7fa8ff0a90c2550bf16025fb5e Mon Sep 17 00:00:00 2001 From: Jonas Zipprick Date: Wed, 15 Jul 2026 13:35:07 +0200 Subject: [PATCH 2/3] Update provider.yml --- provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.yml b/provider.yml index 53b7496..955dbec 100644 --- a/provider.yml +++ b/provider.yml @@ -34,7 +34,7 @@ detailsSchema: properties: state: type: string - x-endpoint: '${{ .hostname }}/health' + x-endpoint: '${{ .service_url_frontend_3000 }}/health' secretsSchema: {} plans: - id: 0 From d749e77030400d38dcfaa7e99b495e93cc4970f3 Mon Sep 17 00:00:00 2001 From: Jonas Zipprick Date: Wed, 15 Jul 2026 14:05:05 +0200 Subject: [PATCH 3/3] Update provider.yml --- provider.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/provider.yml b/provider.yml index 955dbec..8abff52 100644 --- a/provider.yml +++ b/provider.yml @@ -25,10 +25,6 @@ detailsSchema: service_url_frontend_3000: type: string readOnly: true - statusUrl: - type: string - readOnly: true - default: '${{ .hostname }}/health' status: type: 'object' properties: