Skip to content

Commit

Permalink
HPCC-29397 Fix Thormanager not removing thorworker networkpolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Apr 14, 2023
1 parent b19bc69 commit e439145
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 e439145

Please sign in to comment.