Skip to content

Commit a29bf3f

Browse files
authored
docs: correct path of userDefinedVolume[Mount]s of ingressController in README (#742)
1 parent 80bff2e commit a29bf3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/kong/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,14 +716,14 @@ section of `values.yaml` file:
716716
| ingressClassAnnotations | The ingress-class value for controller | kong |
717717
| args | List of ingress-controller cli arguments | [] |
718718
| watchNamespaces | List of namespaces to watch. Watches all namespaces if empty | [] |
719-
| admissionWebhook.enabled | Whether to enable the validating admission webhook | true |
720-
| admissionWebhook.failurePolicy | How unrecognized errors from the admission endpoint are handled (Ignore or Fail) | Ignore |
719+
| admissionWebhook.enabled | Whether to enable the validating admission webhook | true |
720+
| admissionWebhook.failurePolicy | How unrecognized errors from the admission endpoint are handled (Ignore or Fail) | Ignore |
721721
| admissionWebhook.port | The port the ingress controller will listen on for admission webhooks | 8080 |
722722
| admissionWebhook.certificate.provided | Use a provided certificate. When set to false, the chart will automatically generate a certificate. | false |
723723
| admissionWebhook.certificate.secretName | Name of the TLS secret for the provided webhook certificate | |
724724
| admissionWebhook.certificate.caBundle | PEM encoded CA bundle which will be used to validate the provided webhook certificate | |
725-
| deployment.userDefinedVolumes | Create volumes. Please go to Kubernetes doc for the spec of the volumes | |
726-
| deployment.userDefinedVolumeMounts | Create volumeMounts. Please go to Kubernetes doc for the spec of the volumeMounts | |
725+
| userDefinedVolumes | Create volumes. Please go to Kubernetes doc for the spec of the volumes | |
726+
| userDefinedVolumeMounts | Create volumeMounts. Please go to Kubernetes doc for the spec of the volumeMounts | |
727727
| terminationGracePeriodSeconds | Sets the [termination grace period](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution) for Deployment pod | 30 |
728728

729729
#### The `env` section

0 commit comments

Comments
 (0)