Add helmRepoUrlRegex to the GitRepo docs

This commit is contained in:
raulcabello 2023-01-10 12:41:04 +01:00
parent c358fc3b6e
commit 3dff020955
No known key found for this signature in database
GPG Key ID: 00679A4FB95D96BC
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ spec:
#
# 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:
# `cat /path/to/ca.pem | base64 -w 0`