Skip to content

Commit

Permalink
Apply fix to other get
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jul 15, 2024
1 parent 4bc02aa commit 89c0397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def __get_k8s_service_spec(self, ajs):

def __get_k8s_ingress_rules_spec(self, ajs, entry_points):
"""This represents the template for the "rules" portion of the Ingress spec."""
if "v1beta1" in self.runner_params.get("k8s_ingress_api_version"):
if "v1beta1" in self.runner_params["k8s_ingress_api_version"]:
rules_spec = [
{
"host": ep["domain"],
Expand Down

0 comments on commit 89c0397

Please sign in to comment.