Add helmRepoUrlRegex to the GitRepo docs
This commit is contained in:
parent
c358fc3b6e
commit
3dff020955
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue