We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7becc8b commit c890050Copy full SHA for c890050
kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/Constants.java
@@ -120,10 +120,6 @@ private Constants() {
120
public static final String KCAT_CLIENT_IMAGE = "quay.io/kroxylicious/kcat:1.7.1";
121
public static final String KAF_CLIENT_IMAGE = "quay.io/kroxylicious/kaf:v0.2.7";
122
123
- /**
124
- * The cert manager url to install it on kubernetes
125
- */
126
- public static final String CERT_MANAGER_URL = "https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml";
127
/**
128
* the kubernetes labels used to identify the test kafka clients pods
129
*/
0 commit comments