Skip to content

Commit

Permalink
fix: set annotations-risk-level
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Jan 2, 2025
1 parent ee939bb commit e5fb887
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions infrastructure/ingress/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ spec:
interval: 1h
values:
controller:
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
service:
loadBalancerIP: 192.168.4.100
annotations:
Expand Down Expand Up @@ -55,7 +57,9 @@ spec:
interval: 1h
values:
controller:
allowSnippetAnnotations: true
config:
allow-snippet-annotations: true
annotations-risk-level: Critical
electionID: ingress-controller-internal-leader
service:
loadBalancerIP: 192.168.4.101
Expand Down

0 comments on commit e5fb887

Please sign in to comment.