From bd6732fcb34e25cd1bf3fc0ccd56c710c8915288 Mon Sep 17 00:00:00 2001 From: Thanhnguyet Vo Date: Mon, 15 Jan 2024 11:22:00 -0700 Subject: [PATCH 1/2] Corrected syntax on xref to fix build failures. --- .../advanced-configuration/containers-resource-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/advanced-configuration/containers-resource-requirements.md b/docs/user-guide/advanced-configuration/containers-resource-requirements.md index 6dbec7bd5..36c4e2175 100644 --- a/docs/user-guide/advanced-configuration/containers-resource-requirements.md +++ b/docs/user-guide/advanced-configuration/containers-resource-requirements.md @@ -99,4 +99,4 @@ spec: If the cluster you are deploying in has a ResoruceQuota, you will need to configure resource limits for all of the pods deployed in that cluster. This can be done for AWX pods on the AWX spec in the manner shown above. -There is an example you can use in [`config/samples/awx_v1beta1_awx_resource_limits.yaml`](../../../config/samples/awx_v1beta1_awx_resource_limits.yaml). +There is an example you can use in [`awx_v1beta1_awx_resource_limits.yaml`](https://raw.githubusercontent.com/ansible/awx-operator/devel/config/samples/awx_v1beta1_awx.yaml). From 4a59a8ff34537529a5c293dd2a8f08bf9188f745 Mon Sep 17 00:00:00 2001 From: TVo Date: Mon, 15 Jan 2024 12:13:42 -0700 Subject: [PATCH 2/2] Update docs/user-guide/advanced-configuration/containers-resource-requirements.md Co-authored-by: Seth Foster --- .../advanced-configuration/containers-resource-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/advanced-configuration/containers-resource-requirements.md b/docs/user-guide/advanced-configuration/containers-resource-requirements.md index 36c4e2175..23cf702fc 100644 --- a/docs/user-guide/advanced-configuration/containers-resource-requirements.md +++ b/docs/user-guide/advanced-configuration/containers-resource-requirements.md @@ -99,4 +99,4 @@ spec: If the cluster you are deploying in has a ResoruceQuota, you will need to configure resource limits for all of the pods deployed in that cluster. This can be done for AWX pods on the AWX spec in the manner shown above. -There is an example you can use in [`awx_v1beta1_awx_resource_limits.yaml`](https://raw.githubusercontent.com/ansible/awx-operator/devel/config/samples/awx_v1beta1_awx.yaml). +There is an example you can use in [`awx_v1beta1_awx_resource_limits.yaml`](https://raw.githubusercontent.com/ansible/awx-operator/devel/config/samples/awx_v1beta1_awx_resource_limits.yaml).