Skip to content

Commit

Permalink
change function name that gets used by groovy dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
mladjan-gadzic committed Jan 14, 2025
1 parent b1a48e6 commit 3bb1910
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,12 @@ public ListBoxModel doFillInheritFromItems(@QueryParameter("cloud") String cloud

@Override
public String getFunctionName() {
return "podTemplate";
return "armadaPodTemplate";
}

@Override
public String getDisplayName() {
return "Define a podTemplate to use in the kubernetes plugin";
return "Define a armadaPodTemplate to use in the kubernetes plugin";
}

@Override
Expand Down

0 comments on commit 3bb1910

Please sign in to comment.