We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d59c9 commit 6517795Copy full SHA for 6517795
integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/TraefikParams.java
@@ -29,8 +29,7 @@ public class TraefikParams {
29
private static final String TRAEFIK_IMAGE = "image.repository";
30
private static final String TRAEFIK_IMAGE_REGISTRY = "image.registry";
31
private static final String TRAEFIK_IMAGE_TAG = "image.tag";
32
- private static final String TRAEFIK_IMAGE_REGISTRY = "image.registry";
33
-
+
34
public TraefikParams nodePortsHttp(int nodePortsHttp) {
35
this.nodePortsHttp = nodePortsHttp;
36
return this;
0 commit comments