Skip to content

Commit

Permalink
[support] Set allowSnippetAnnotations to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Oct 24, 2023
1 parent ad41140 commit e978fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ ingress-nginx:
# the default request of 90Mi. To protect it from being evicted by using
# more memory than requested, we have increased the memory request.
memory: 250Mi # chart's default is 90Mi
# allowSnippetAnnotations being set to false by default was the result of
# the below linked CVE. We should investigate if there are other ways we can
# use this type of config.
# https://github.com/kubernetes/ingress-nginx/issues/7837
allowSnippetAnnotations: true

# 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 e978fba

Please sign in to comment.