Skip to content

Commit

Permalink
Enable allowSnippetAnnotations for ingress (#1310)
Browse files Browse the repository at this point in the history
The newer versions of the Ingress flip it to false
Related-To: #1282
Related-To: #1308
  • Loading branch information
mnaser authored Jun 5, 2024
1 parent 0c77909 commit eb28252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ingress_nginx/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _ingress_nginx_helm_values:
config:
proxy-buffer-size: 16k
dnsPolicy: ClusterFirstWithHostNet
allowSnippetAnnotations: true
hostNetwork: true
ingressClassResource:
name: "{{ atmosphere_ingress_class_name }}"
Expand Down

0 comments on commit eb28252

Please sign in to comment.