Merge pull request #41 from raulcabello/helm-url-regex

Add helmRepoUrlRegex to the GitRepo docs
This commit is contained in:
Tim Hardeck 2023-02-21 10:40:24 +01:00 committed by GitHub
commit dd0b640dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: