From f3c87e8d322b588a1e31ebf030be55fb94478744 Mon Sep 17 00:00:00 2001 From: Lisa Durant <85700989+lisadurant@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:05:29 -0400 Subject: [PATCH 1/2] NEXUS-34212 - Update README Update README with info about adding annotations and labels --- aws-single-instance-resiliency/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aws-single-instance-resiliency/README.md b/aws-single-instance-resiliency/README.md index 9cf4fd9..6eb7ba1 100644 --- a/aws-single-instance-resiliency/README.md +++ b/aws-single-instance-resiliency/README.md @@ -50,7 +50,9 @@ You will also need to complete the steps below. See the referenced AWS documenta ## Deployment 1. Pull the [nxrm-resiliency-aws-helmchart](https://github.com/sonatype/nxrm-resiliency-aws-helmchart). 2. Ensure you have updated your values.yaml with appropriate values for your environment. -3. Install the chart using the following: + - Note that you can specify Ingress annotations via the values.yaml. + - If you wish to add [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/), you can do so via kubectl. See the [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) for specific commands. +4. Install the chart using the following: ```helm install nxrm nexus/nxrm-aws-resiliency --values values.yaml``` From 5410733d728fe8916f7ec5b09216fdd5649a70b2 Mon Sep 17 00:00:00 2001 From: Olu Shiyanbade Date: Tue, 30 Aug 2022 20:00:37 +0100 Subject: [PATCH 2/2] Update README.md --- aws-single-instance-resiliency/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aws-single-instance-resiliency/README.md b/aws-single-instance-resiliency/README.md index 6eb7ba1..03a1430 100644 --- a/aws-single-instance-resiliency/README.md +++ b/aws-single-instance-resiliency/README.md @@ -52,11 +52,12 @@ You will also need to complete the steps below. See the referenced AWS documenta 2. Ensure you have updated your values.yaml with appropriate values for your environment. - Note that you can specify Ingress annotations via the values.yaml. - If you wish to add [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/), you can do so via kubectl. See the [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) for specific commands. -4. Install the chart using the following: -```helm install nxrm nexus/nxrm-aws-resiliency --values values.yaml``` +3. Install the chart using the following: -3. Get the Nexus Repository link using the following: +```helm install nxrm sonatype/nxrm-aws-resiliency -f values.yaml``` + +4. Get the Nexus Repository link using the following: ```kubectl get ingresses -n nexusrepo```