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
Signed-off-by: Mladjan Gadzic <[email protected]>
  • Loading branch information
mladjan-gadzic committed Jan 14, 2025
1 parent 52d553f commit 4981e49
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 4981e49

Please sign in to comment.