docs(argo-cd): Rename comment of repositoryCredentials to credentialTemplates (#2219)
Rename comment of repositoryCredentials to credentialTemplates Signed-off-by: Ali Reza <alirezayahya@gmail.com>
This commit is contained in:
parent
a64615414d
commit
4e0698ec43
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.8.0
|
||||||
kubeVersion: ">=1.23.0-0"
|
kubeVersion: ">=1.23.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.43.3
|
version: 5.43.4
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -27,4 +27,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: add missing permissions to run actions
|
description: Rename comment of repositoryCredentials to credentialTemplates
|
||||||
|
|
|
@ -476,7 +476,7 @@ configs:
|
||||||
|
|
||||||
# -- Repositories list to be used by applications
|
# -- Repositories list to be used by applications
|
||||||
## Creates a secret for each key/value specified below to create repositories
|
## Creates a secret for each key/value specified below to create repositories
|
||||||
## Note: the last example in the list would use a repository credential template, configured under "configs.repositoryCredentials".
|
## Note: the last example in the list would use a repository credential template, configured under "configs.credentialTemplates".
|
||||||
repositories: {}
|
repositories: {}
|
||||||
# istio-helm-repo:
|
# istio-helm-repo:
|
||||||
# url: https://storage.googleapis.com/istio-prerelease/daily-build/master-latest-daily/charts
|
# url: https://storage.googleapis.com/istio-prerelease/daily-build/master-latest-daily/charts
|
||||||
|
|
Loading…
Reference in a new issue