Skip to content

Commit

Permalink
Merge pull request #17249 from jakesmith/HPCC-29397-remove-slave-netw…
Browse files Browse the repository at this point in the history
…orkpolicy

HPCC-29397 Fix Thormanager not removing thorworker networkpolicy

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Apr 17, 2023
2 parents bc557c0 + e439145 commit 27d8842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorlcr/master/thmastermain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ int main( int argc, const char *argv[] )
{
try
{
deleteK8sResource("thorworker", cloudJobName, "networkpolicy");
deleteK8sResource("thorworker", "networkpolicy", cloudJobName);
}
catch (IException *e)
{
Expand Down

0 comments on commit 27d8842

Please sign in to comment.