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
| admissionController.certGen.env | object |`{}`| Additional environment variables to be added to the certgen container. Format is KEY: Value format |
76
+
| admissionController.certGen.image.pullPolicy | string |`"IfNotPresent"`| The pull policy for the certgen image. Recommend not changing this |
77
+
| admissionController.certGen.image.repository | string |`"registry.k8s.io/ingress-nginx/kube-webhook-certgen"`| An image that contains certgen for creating certificates. Only used if admissionController.generateCertificate is true |
78
+
| admissionController.certGen.image.tag | string |`"v20231011-8b53cabe0"`| An image tag for the admissionController.certGen.image.repository image. Only used if admissionController.generateCertificate is true |
| admissionController.certGen.podSecurityContext | object |`{"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}`| The securityContext block for the certgen pod(s) |
81
+
| admissionController.certGen.resources | object |`{}`| The resources block for the certgen pod |
82
+
| admissionController.certGen.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true}`| The securityContext block for the certgen container(s) |
83
+
| admissionController.certGen.tolerations | list |`[]`||
| admissionController.mutatingWebhookConfiguration.annotations | object |`{}`| Additional annotations for the MutatingWebhookConfiguration |
91
+
| admissionController.mutatingWebhookConfiguration.failurePolicy | string |`"Ignore"`| The failurePolicy for the mutating webhook. Allowed values are: Ignore, Fail |
92
+
| admissionController.mutatingWebhookConfiguration.namespaceSelector | object |`{}`| The namespaceSelector controls which namespaces are affected by the webhook |
93
+
| admissionController.mutatingWebhookConfiguration.objectSelector | object |`{}`| The objectSelector can filter objects on e.g. labels |
94
+
| admissionController.mutatingWebhookConfiguration.timeoutSeconds | int |`5`| Sets the amount of time the API server will wait on a response from the webhook service |
| admissionController.podDisruptionBudget.maxUnavailable | int or string |`nil`| Maximum number/percentage of pods that can be unavailable after the eviction. IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both. |
36
99
| admissionController.podDisruptionBudget.minAvailable | int or string |`1`| Minimum number/percentage of pods that must be available after the eviction. IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both. |
0 commit comments