File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/oracle/kubernetes/operator/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public AdminPodStep(Step next) {
71
71
@ Override
72
72
public NextAction apply (Packet packet ) {
73
73
DomainPresenceInfo info = packet .getSPI (DomainPresenceInfo .class );
74
- TuningParameters configMapHelper = packet .getSPI (TuningParameters .class );
74
+ TuningParameters configMapHelper = ContainerResolver . getInstance (). getContainer () .getSPI (TuningParameters .class );
75
75
76
76
Domain dom = info .getDomain ();
77
77
V1ObjectMeta meta = dom .getMetadata ();
@@ -447,7 +447,7 @@ public ManagedPodStep(Step next) {
447
447
@ Override
448
448
public NextAction apply (Packet packet ) {
449
449
DomainPresenceInfo info = packet .getSPI (DomainPresenceInfo .class );
450
- TuningParameters configMapHelper = packet .getSPI (TuningParameters .class );
450
+ TuningParameters configMapHelper = ContainerResolver . getInstance (). getContainer () .getSPI (TuningParameters .class );
451
451
452
452
Domain dom = info .getDomain ();
453
453
V1ObjectMeta meta = dom .getMetadata ();
You can’t perform that action at this time.
0 commit comments