Skip to content

Commit

Permalink
fix golden file tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs committed Feb 13, 2024
1 parent 8a94993 commit 81230bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testdata/ingress_nlb/output/templates/ing.cf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"Ref": "IpAddressType"
},
"LoadBalancerAttributes": [
{
"Key": "load_balancing.cross_zone.enabled",
"Value": "false"
},
{
"Key": "access_logs.s3.enabled",
"Value": "false"
Expand Down
4 changes: 4 additions & 0 deletions testdata/ingress_rg_shared_nlb/output/templates/shared.cf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"Ref": "IpAddressType"
},
"LoadBalancerAttributes": [
{
"Key": "load_balancing.cross_zone.enabled",
"Value": "false"
},
{
"Key": "access_logs.s3.enabled",
"Value": "false"
Expand Down
4 changes: 4 additions & 0 deletions testdata/rg_nlb/output/templates/rg.cf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"Ref": "IpAddressType"
},
"LoadBalancerAttributes": [
{
"Key": "load_balancing.cross_zone.enabled",
"Value": "false"
},
{
"Key": "access_logs.s3.enabled",
"Value": "false"
Expand Down

0 comments on commit 81230bf

Please sign in to comment.