From e38a611fce48b489a2fc2c9dda61bfb98f2da099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cayeshasiddiqa161=E2=80=9D?= Date: Tue, 30 May 2023 16:10:23 +0500 Subject: [PATCH] Avoiding errors while login docker --- content/for-delivery-engineers/gitops/application-onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/for-delivery-engineers/gitops/application-onboarding.md b/content/for-delivery-engineers/gitops/application-onboarding.md index ddb9430e..dad8ed65 100644 --- a/content/for-delivery-engineers/gitops/application-onboarding.md +++ b/content/for-delivery-engineers/gitops/application-onboarding.md @@ -29,7 +29,7 @@ Find Nexus Docker registry URL and Helm Registry URL [here](../../managed-addons Alternatively, Navigate to the cluster Forecastle, search `nexus` using the search bar on top menu and copy the nexus url. -- `nexus-docker-reg-url`: Remove `https://` from the start and add `-docker` in URL after `nexus`. This URL points to Docker Registry referred as `nexus-docker-reg-url` in this tutorial for example `nexus-docker-stakater-nexus.apps.clustername.random123string.kubeapp.cloud`. +- `nexus-docker-reg-url`: Remove `https://` from the start and add `-docker` in URL after `nexus`. This URL points to Docker Registry referred as `nexus-docker-reg-url` in this tutorial for example `nexus-docker-stakater-nexus.apps.clustername.random123string.kubeapp.cloud` (Note: Remove '/' at the end of the URL to avoid errors while login). - `nexus-helm-reg-url` : Remove `https://` from the start, add `-helm` in URL after `nexus` and append `/repository/helm-charts/`. This URL points to Helm Registry referred as `nexus-helm-reg-url` in this tutorial for example `nexus-helm-stakater-nexus.apps.clustername.random123string.kubeapp.cloud/repository/helm-charts/`