From d9aac9e35f62a85335bdfc8e1edab14b897f6973 Mon Sep 17 00:00:00 2001 From: jasine Date: Fri, 20 Oct 2023 01:05:29 +0800 Subject: [PATCH] fix: description in value --- charts/ingress-nginx/README.md | 2 +- charts/ingress-nginx/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index f888a6101..13f619f3b 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -497,7 +497,7 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu | defaultBackend.updateStrategy | object | `{}` | The update strategy to apply to the Deployment or DaemonSet # | | dhParam | string | `""` | A base64-encoded Diffie-Hellman parameter. This can be generated with: `openssl dhparam 4096 2> /dev/null | base64` # Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param | | imagePullSecrets | list | `[]` | Optional array of imagePullSecrets containing private registry credentials # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | -| namespaceOverride | string | `""` | Override the deployment namespace, defaults to Release.Namespace | +| namespaceOverride | string | `""` | Override the deployment namespace; defaults to .Release.Namespace | | podSecurityPolicy.enabled | bool | `false` | | | portNamePrefix | string | `""` | Prefix for TCP and UDP ports names in ingress controller service # Some cloud providers, like Yandex Cloud may have a requirements for a port name regex to support cloud load balancer integration | | rbac.create | bool | `true` | | diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index ff6ab2988..4150352b1 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -7,8 +7,7 @@ # nameOverride: # fullnameOverride: -## Overrides for namespace -# See templates/_helpers.tpl +# -- Override the deployment namespace; defaults to .Release.Namespace namespaceOverride: "" ## Labels to apply to all resources