Skip to content

Commit

Permalink
Use introspectorJobNameSuffix when selecting introspector container name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Nov 1, 2023
1 parent 88f663e commit 23d9cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ private List<V1ContainerStatus> getContainerStatuses(V1Pod jobPod) {
}

private String getContainerName() {
return getDomain().getDomainUid() + "-introspector";
return getJobName();
}

private String getInitContainerName(V1Pod jobPod) {
Expand Down

0 comments on commit 23d9cc2

Please sign in to comment.