Skip to content

Commit

Permalink
improve(k8s): disable validation hooks on default nginx installation
Browse files Browse the repository at this point in the history
It's more annoying than useful in the context, has caused user
confusion.
  • Loading branch information
edvald committed Aug 12, 2021
1 parent 3748092 commit 08e6d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/kubernetes/system/ingress-controller/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ values:
minReadySeconds: 1
tolerations: ${var.system-tolerations}
nodeSelector: ${var.system-node-selector}
admissionWebhooks:
enabled: false
defaultBackend:
enabled: false

0 comments on commit 08e6d4a

Please sign in to comment.