From 2ff6300f95278ea44d74e1973b4f53c9a7c79626 Mon Sep 17 00:00:00 2001 From: Rosie Yohannan Date: Wed, 16 Oct 2024 10:32:05 +0100 Subject: [PATCH] add links to the cd config examples repo --- jekyll/_cci2/deployment-overview.adoc | 1 + jekyll/_cci2/release/releases-overview.adoc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jekyll/_cci2/deployment-overview.adoc b/jekyll/_cci2/deployment-overview.adoc index c56d385d363..2e9cc523060 100644 --- a/jekyll/_cci2/deployment-overview.adoc +++ b/jekyll/_cci2/deployment-overview.adoc @@ -93,6 +93,7 @@ Visit the link:https://circleci.com/developer/images?imageType=docker[CircleCI D Use the following how-to guides to deal with common use cases: +* For examples of deploying to Kubernetes, see the guides in the link:https://github.com/CircleCI-Public/cd-config-examples/blob/main/docs/cci_deploy/deployment_helm.md[Continuous deployment config examples] repo. * <> * <> * <> diff --git a/jekyll/_cci2/release/releases-overview.adoc b/jekyll/_cci2/release/releases-overview.adoc index 059477744cb..e4cda20cf1e 100644 --- a/jekyll/_cci2/release/releases-overview.adoc +++ b/jekyll/_cci2/release/releases-overview.adoc @@ -301,5 +301,6 @@ We are working on updates to: [#next-steps] == Next steps -xref:set-up-circleci-releases#[Set up CircleCI releases] +* xref:set-up-circleci-releases#[Set up CircleCI releases] +* To try out setting up CircleCI releases for a Kubernetes deployment, visit the link:https://github.com/CircleCI-Public/cd-config-examples[Continuous delivery config examples] repo.