From 708abdbf51a4bf5e3756d18ab518b6f3261e9dc7 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Wed, 29 Dec 2021 15:32:46 +0200 Subject: [PATCH] Update README with instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e81cf78..951431f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ Kubernetes Digital Ocean Challenge [Deploy a GitOps CI/CD implementation](https://www.digitalocean.com/community/pages/kubernetes-challenge#anchor--challenges) + +## Installation: + +```sh +./install.sh +``` + +Update the DNS records to point to the load balancer. +Install cert-manager and create Ingress for ArgoCD. + +```sh +DOMAIN=my.domain EMAIL_ADDRESS=victor@my.domain ./install-cert-manager.sh +``` +