From 2cb9e06bb68db9620e6479df054fdd258d29e16a Mon Sep 17 00:00:00 2001 From: Pablo Vigo Mas <pvigo@collabora.com> Date: Wed, 29 May 2024 09:46:20 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com> --- docs/aptly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aptly.md b/docs/aptly.md index c0d907e..4ebb36d 100644 --- a/docs/aptly.md +++ b/docs/aptly.md @@ -135,6 +135,6 @@ Run this command to restore the backed up ingress configuration ```kubectl apply -f ingress-oathkeeper-proxy.yaml``` -Check the ingress +Validate that the ingress is active and the aptly service is accessible ```curl -k -H "Authorization: Bearer $APTLY_API_TOKEN" https://URL-aptly/path/_aptly/api/repos``` -- GitLab