This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 876227058 Fix Helm doc note section under Gateway API (#3436)
876227058 is described below

commit 876227058f86a410d1acbc62a3703f98169080d0
Author: Yong Zheng <[email protected]>
AuthorDate: Wed Jan 14 08:53:32 2026 -0600

    Fix Helm doc note section under Gateway API (#3436)
---
 helm/polaris/README.md                 | 5 +++--
 helm/polaris/README.md.gotmpl          | 5 +++--
 site/content/in-dev/unreleased/helm.md | 4 +++-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/helm/polaris/README.md b/helm/polaris/README.md
index 75868048b..2bd8e6749 100644
--- a/helm/polaris/README.md
+++ b/helm/polaris/README.md
@@ -198,8 +198,9 @@ kubectl apply -f 
https://github.com/kubernetes-sigs/gateway-api/releases/latest/
 ```
 
 With that installed, you can enable and configure the `gateway` values. This 
will make it possible to use the HTTPRoute resource, enable and configure the 
`httproute` values.
-[!NOTE]
-Only one of HTTPRoute or Ingress can be defined. Defining both will result in 
errors.
+
+> [!NOTE]
+> Only one of HTTPRoute or Ingress can be defined. Defining both will result 
in errors.
 
 ### Uninstalling
 
diff --git a/helm/polaris/README.md.gotmpl b/helm/polaris/README.md.gotmpl
index 60a0b438c..fed393c11 100644
--- a/helm/polaris/README.md.gotmpl
+++ b/helm/polaris/README.md.gotmpl
@@ -201,8 +201,9 @@ kubectl apply -f 
https://github.com/kubernetes-sigs/gateway-api/releases/latest/
 ```
 
 With that installed, you can enable and configure the `gateway` values. This 
will make it possible to use the HTTPRoute resource, enable and configure the 
`httproute` values. 
-[!NOTE]
-Only one of HTTPRoute or Ingress can be defined. Defining both will result in 
errors. 
+
+> [!NOTE]
+> Only one of HTTPRoute or Ingress can be defined. Defining both will result 
in errors.
 
 ### Uninstalling
 
diff --git a/site/content/in-dev/unreleased/helm.md 
b/site/content/in-dev/unreleased/helm.md
index e15414fd8..9caebd10d 100644
--- a/site/content/in-dev/unreleased/helm.md
+++ b/site/content/in-dev/unreleased/helm.md
@@ -184,8 +184,10 @@ kubectl apply -f 
https://github.com/kubernetes-sigs/gateway-api/releases/latest/
 ```
 
 With that installed, you can enable and configure the `gateway` values. This 
will make it possible to use the HTTPRoute resource, enable and configure the 
`httproute` values.
-[!NOTE]
+
+{{< alert note >}}
 Only one of HTTPRoute or Ingress can be defined. Defining both will result in 
errors.
+{{< /alert >}}
 
 ### Uninstalling
 

Reply via email to