From e6e9002a41dcd3ad239f5dc33dbcd356a6ed3e96 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 15 Aug 2024 11:02:33 -0600 Subject: [PATCH 1/2] Update support for go templates for ports key --- docs/reference/custom-resource-application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/custom-resource-application.mdx b/docs/reference/custom-resource-application.mdx index b8b78b1c3c..08d386ccea 100644 --- a/docs/reference/custom-resource-application.mdx +++ b/docs/reference/custom-resource-application.mdx @@ -274,7 +274,7 @@ spec: Supports Go templates? - No +

Go templates are supported in the `serviceName` and `applicationUrl` fields only.

Using Go templates in the `localPort` or `servicePort` field results in an installation error similar to the following: `json: cannot unmarshal string into Go struct field ApplicationPort.spec.ports.servicePort of type int`.

Supported for Embedded Cluster? From 007dcab4d2d8ba48f935a40e92637b91b64d1357 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 15 Aug 2024 11:07:45 -0600 Subject: [PATCH 2/2] typo --- docs/reference/custom-resource-application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/custom-resource-application.mdx b/docs/reference/custom-resource-application.mdx index 08d386ccea..7aae15f9f5 100644 --- a/docs/reference/custom-resource-application.mdx +++ b/docs/reference/custom-resource-application.mdx @@ -274,7 +274,7 @@ spec: Supports Go templates? -

Go templates are supported in the `serviceName` and `applicationUrl` fields only.

Using Go templates in the `localPort` or `servicePort` field results in an installation error similar to the following: `json: cannot unmarshal string into Go struct field ApplicationPort.spec.ports.servicePort of type int`.

+

Go templates are supported in the `serviceName` and `applicationUrl` fields only.

Using Go templates in the `localPort` or `servicePort` fields results in an installation error similar to the following: `json: cannot unmarshal string into Go struct field ApplicationPort.spec.ports.servicePort of type int`.

Supported for Embedded Cluster?