We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ef224 commit fcfaaf1Copy full SHA for fcfaaf1
operator-framework-junit5/src/main/java/io/javaoperatorsdk/operator/junit/AbstractOperatorExtension.java
@@ -157,11 +157,11 @@ protected void before(ExtensionContext context) {
157
.resource(
158
new NamespaceBuilder().withMetadata(new ObjectMetaBuilder().withName(namespace).build())
159
.build())
160
- .create();
+ .serverSideApply();
161
162
kubernetesClient
163
.resourceList(infrastructure)
164
- .createOrReplace();
165
166
167
.waitUntilReady(infrastructureTimeout.toMillis(), TimeUnit.MILLISECONDS);
0 commit comments