PortSwigger / enterprise-helm-charts

Helm charts for BSEE Kubernetes installation.
Apache License 2.0
3 stars 4 forks source link

adding aws load balancer configuration capability #6

Open aghassemlouei opened 2 months ago

aghassemlouei commented 2 months ago

When attempting to deploy a cluster in AWS GovCloud it crashes if a variable is not defined. This pull request adds a conditional check to ensure that the variable $lbIngress is defined, prints an alternative message if not, and avoids crashing the deployment. Credit goes to @mark-carey-sap for the suggestion.