You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kong/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -716,14 +716,14 @@ section of `values.yaml` file:
716
716
| ingressClassAnnotations | The ingress-class value for controller | kong |
717
717
| args | List of ingress-controller cli arguments | [] |
718
718
| 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 |
721
721
| admissionWebhook.port | The port the ingress controller will listen on for admission webhooks | 8080 |
722
722
| admissionWebhook.certificate.provided | Use a provided certificate. When set to false, the chart will automatically generate a certificate. | false |
723
723
| admissionWebhook.certificate.secretName | Name of the TLS secret for the provided webhook certificate | |
724
724
| 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 | |
727
727
| terminationGracePeriodSeconds | Sets the [termination grace period](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution) for Deployment pod | 30 |
0 commit comments