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.
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.