From ed132a43dbc6b12d23e810b0bf7591cc3510ba83 Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Fri, 3 Nov 2023 00:21:02 +0100 Subject: [PATCH] docs: fix indentation error in index.md (#1114) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 98995946..008ec399 100644 --- a/docs/index.md +++ b/docs/index.md @@ -155,8 +155,8 @@ repositories: # Advanced configuration: You can use a ca bundle to use an https repo # with a self-signed certificate - name: insecure - url: https://charts.my-insecure-domain.com - caFile: optional_ca_crt + url: https://charts.my-insecure-domain.com + caFile: optional_ca_crt # Advanced configuration: You can skip the verification of TLS for an https repo - name: skipTLS url: https://ss.my-insecure-domain.com