Skip to content

Commit

Permalink
Add an option to skip rbac resources creation in helm chart update RE…
Browse files Browse the repository at this point in the history
…ADME (#11375)

Signed-off-by: Reddysekhar Gaduputi <[email protected]>
  • Loading branch information
rgaduput committed May 22, 2024
1 parent bc8622b commit 7f94aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ingress-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
| controller.admissionWebhooks.patchWebhookJob.resources | object | `{}` | |
| controller.admissionWebhooks.patchWebhookJob.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65532,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for webhook patch containers |
| controller.admissionWebhooks.port | int | `8443` | |
| controller.admissionWebhooks.rbac.create | bool | `true` | |
| controller.admissionWebhooks.service.annotations | object | `{}` | |
| controller.admissionWebhooks.service.externalIPs | list | `[]` | |
| controller.admissionWebhooks.service.loadBalancerSourceRanges | list | `[]` | |
Expand Down

0 comments on commit 7f94aee

Please sign in to comment.