Skip to content

Commit

Permalink
make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Apr 7, 2022
1 parent 8245951 commit 3c0fcf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qhub/stages/input_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def stage_04_kubernetes_ingress(stage_outputs, config):
"load-balancer-annotations": config["ingress"]["terraform_overrides"][
"load_balancer_annotations"
],
"load-balancer-ip": config["ingress"]["terraform_overrides"]["load-balancer-ip"],
"load-balancer-ip": config["ingress"]["terraform_overrides"][
"load-balancer-ip"
],
}


Expand Down

0 comments on commit 3c0fcf2

Please sign in to comment.