Skip to content

Commit

Permalink
nginx access logging annotations were being set incorrectly (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
steved authored Mar 9, 2022
1 parent b96c1c6 commit 9d1b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/domino_cdk/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def generate_install_config(
)

if monitoring_bucket:
agent_cfg["services"]["nginx_ingress"]["chart_values"].update(
agent_cfg["services"]["nginx_ingress"]["chart_values"]["controller"]["service"]["annotations"].update(
{
"service.beta.kubernetes.io/aws-load-balancer-access-log-enabled": "true",
"service.beta.kubernetes.io/aws-load-balancer-access-log-emit-interval": "5",
Expand Down

0 comments on commit 9d1b780

Please sign in to comment.