diff --git a/{{cookiecutter.project_slug}}/docs/deployment.md b/{{cookiecutter.project_slug}}/docs/deployment.md index 900d154..27573e4 100644 --- a/{{cookiecutter.project_slug}}/docs/deployment.md +++ b/{{cookiecutter.project_slug}}/docs/deployment.md @@ -7,6 +7,4 @@ Read [terraform/README.md](/terraform/README.md) for more information and steps ## Application deployment -Use ArgoCD and Kubernetes to automate the deployment of your application to your infrastructure. -ArgoCD monitors changes within your repository, promptly applying the relevant Kubernetes manifests. -Read [k8s/argocd/README.md](/k8s/argocd/README.md) for more details. +Use ArgoCD and Kubernetes to automate the deployment of your application to your infrastructure. ArgoCD monitors changes within your repository, promptly applying the relevant Kubernetes manifests. Read [bootstrap-cluster/README.md](/bootstrap-cluster/README.md) for more details.