Skip to content

Commit

Permalink
Merge pull request #4770 from consideRatio/pr/disable-ingress-nginx-w…
Browse files Browse the repository at this point in the history
…ebhook

support chart: disable ingress-nginx admission webhook being troublesome
  • Loading branch information
consideRatio authored Sep 9, 2024
2 parents e01b0b4 + 702f966 commit cb906fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ ingress-nginx:
# use this type of config.
# https://github.com/kubernetes/ingress-nginx/issues/7837
allowSnippetAnnotations: true
admissionWebhooks:
# Disabled as cert-manager in EKS 1.30 ran into the following issue
# working with Ingress objects with the webhook not working out, with an
# error message including this:
#
# err="Internal error occurred: failed calling webhook \"validate.nginx.ingress.kubernetes.io\": failed to call webhook: Post \"https://support-ingress-nginx-controller-admission.support.svc:443/networking/v1/ingresses?timeout=10s\": tls: failed to verify certificate: x509: certificate signed by unknown authority"
#
# Disabling this shouldn't be an issue, it just helps catch invalid
# configurations beyond what the k8s api-server will catch.
#
enabled: false

# prometheus is responsible for collecting metrics and informing grafana about
# the metrics on request. It comes with several dependency charts, where we
Expand Down

0 comments on commit cb906fa

Please sign in to comment.