From 3dff0209555b77f3d780c28ddd37fc16625a96d4 Mon Sep 17 00:00:00 2001 From: raulcabello Date: Tue, 10 Jan 2023 12:41:04 +0100 Subject: [PATCH] Add helmRepoUrlRegex to the GitRepo docs --- docs/gitrepo-add.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gitrepo-add.md b/docs/gitrepo-add.md index dcc4154dc..92640f886 100644 --- a/docs/gitrepo-add.md +++ b/docs/gitrepo-add.md @@ -67,6 +67,11 @@ spec: # this gitrepo. See section below for more information. # # helmSecretName: my-helm-secret + # + # Helm credentials from helmSecretName will be used if the helm repository url matches this regular expression. + # Credentials will always be used if it is empty or not provided + # + # helmRepoUrlRegex: https://charts.rancher.io/* # # To add additional ca-bundle for self-signed certs, caBundle can be # filled with base64 encoded pem data. For example: