mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/*] Fix typo in comments (relay -> rely) (#10151)
* [bitnami/*] Fix typo in comments (relay -> rely) Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com> * [skip ci] Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
fa19a55181
commit
9cfe4a48cc
@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| -------------------- | -------------------------------------------------------------------- | --------------------- |
|
||||
| `image.registry` | ASP.NET Core image registry | `docker.io` |
|
||||
| `image.repository` | ASP.NET Core image repository | `bitnami/aspnet-core` |
|
||||
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `6.0.1-debian-10-r30` |
|
||||
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `6.0.5-debian-10-r0` |
|
||||
| `image.pullPolicy` | ASP.NET Core image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | ASP.NET Core image pull secrets | `[]` |
|
||||
| `image.debug` | Enable image debug mode | `false` |
|
||||
@@ -165,7 +165,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `appFromExternalRepo.enabled` | Enable to download/build ASP.NET Core app from external git repository | `true` |
|
||||
| `appFromExternalRepo.clone.image.registry` | Git image registry | `docker.io` |
|
||||
| `appFromExternalRepo.clone.image.repository` | Git image repository | `bitnami/git` |
|
||||
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.34.1-debian-10-r46` |
|
||||
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.36.1-debian-10-r4` |
|
||||
| `appFromExternalRepo.clone.image.pullPolicy` | Git image pull policy | `IfNotPresent` |
|
||||
| `appFromExternalRepo.clone.image.pullSecrets` | Git image pull secrets | `[]` |
|
||||
| `appFromExternalRepo.clone.repository` | Git repository to clone | `https://github.com/dotnet/AspNetCore.Docs.git` |
|
||||
@@ -173,7 +173,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `appFromExternalRepo.clone.extraVolumeMounts` | Add extra volume mounts for the GIT container | `[]` |
|
||||
| `appFromExternalRepo.publish.image.registry` | .NET SDK image registry | `docker.io` |
|
||||
| `appFromExternalRepo.publish.image.repository` | .NET SDK image repository | `bitnami/dotnet-sdk` |
|
||||
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `6.0.101-debian-10-r29` |
|
||||
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `6.0.202-debian-10-r29` |
|
||||
| `appFromExternalRepo.publish.image.pullPolicy` | .NET SDK image pull policy | `IfNotPresent` |
|
||||
| `appFromExternalRepo.publish.image.pullSecrets` | .NET SDK image pull secrets | `[]` |
|
||||
| `appFromExternalRepo.publish.subFolder` | Sub folder under the Git repository containing the ASP.NET Core app | `aspnetcore/fundamentals/servers/kestrel/samples/6.x/KestrelSample` |
|
||||
|
||||
@@ -520,7 +520,7 @@ ingress:
|
||||
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
|
||||
## You can:
|
||||
## - Use the `ingress.secrets` parameter to create this TLS secret
|
||||
## - Relay on cert-manager to create it by setting the corresponding annotations
|
||||
## - Rely on cert-manager to create it by setting the corresponding annotations
|
||||
##
|
||||
tls: false
|
||||
## @param ingress.extraPaths Any additional arbitrary paths that may need to be added to the ingress under the main host.
|
||||
@@ -608,8 +608,8 @@ healthIngress:
|
||||
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
|
||||
## You can:
|
||||
## - Use the `ingress.secrets` parameter to create this TLS secret
|
||||
## - Relay on cert-manager to create it by setting the corresponding annotations
|
||||
## - Relay on Helm to create self-signed certificates
|
||||
## - Rely on cert-manager to create it by setting the corresponding annotations
|
||||
## - Rely on Helm to create self-signed certificates
|
||||
##
|
||||
tls: false
|
||||
## DEPRECATED: Use healthIngress.annotations instead of healthIngress.certManager
|
||||
|
||||
Reference in New Issue
Block a user