Skip to content

Commit 88f65f2

Browse files
committed
Add PodWatcher to Packet component
1 parent 0586186 commit 88f65f2

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/oracle/kubernetes/operator

1 file changed

+1
-1
lines changed

src/main/java/oracle/kubernetes/operator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ private static void doCheckAndCreateDomainPresence(
456456
Fiber f = engine.createFiber();
457457
Packet p = new Packet();
458458

459-
p.getComponents().put(ProcessingConstants.DOMAIN_COMPONENT_NAME, Component.createFor(info, version));
459+
p.getComponents().put(ProcessingConstants.DOMAIN_COMPONENT_NAME, Component.createFor(info, version, pw));
460460
p.put(ProcessingConstants.PRINCIPAL, principal);
461461

462462
if (explicitRestartAdmin) {

0 commit comments

Comments
 (0)