From eaaba39cbf114cca4f076cb70a86d28ea99c7aa0 Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Wed, 18 Jun 2025 14:14:10 -0700 Subject: [PATCH] fix broken link in 1.40.0 docs Signed-off-by: Adam D. Cornett --- website/content/en/docs/upgrading-sdk-version/v1.40.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/upgrading-sdk-version/v1.40.0.md b/website/content/en/docs/upgrading-sdk-version/v1.40.0.md index 2164854c65..1712e1975d 100644 --- a/website/content/en/docs/upgrading-sdk-version/v1.40.0.md +++ b/website/content/en/docs/upgrading-sdk-version/v1.40.0.md @@ -248,7 +248,7 @@ With: the code from Kubebuilder samples [testdata/project-v4/config/default/kust **NOTE:** You can see the complete file in the repository for the tag release `v1.40.0`: [testdata/go/v4/memcached-operator/config/default/kustomization.yaml](https://github.com/operator-framework/operator-sdk/tree/v1.40.0/testdata/go/v4/memcached-operator/config/default/kustomization.yaml) 4. Add the new file to allow patch the certs for the metrics: [testdata/go/v4/memcached-operator/config/default/cert_metrics_manager_patch.yaml](https://github.com/operator-framework/operator-sdk/tree/v1.40.0/testdata/go/v4/memcached-operator/config/default/cert_metrics_manager_patch.yaml) -5. Replace the content of `config/default/manager_webhook_patch.yaml` with: [testdata/go/v4/memcached-operator/config/default/config/default/manager_webhook_patch.yaml](https://github.com/operator-framework/operator-sdk/tree/v1.40.0/testdata/go/v4/memcached-operator/config/default/config/default/manager_webhook_patch.yaml) +5. Replace the content of `config/default/manager_webhook_patch.yaml` with: [testdata/go/v4/memcached-operator/config/default/manager_webhook_patch.yaml](https://github.com/operator-framework/operator-sdk/tree/v1.40.0/testdata/go/v4/memcached-operator/config/default/manager_webhook_patch.yaml) 6. Update the `config/manager/manager.yaml` to include the ports and volumes to allow the patch to work properly: ```