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 976178d commit bf2d446Copy full SHA for bf2d446
hoptimator-operator/src/main/java/com/linkedin/hoptimator/operator/HoptimatorOperatorApp.java
@@ -92,7 +92,6 @@ public void run() throws Exception {
92
93
Properties connectionProperties = new Properties();
94
connectionProperties.putAll(properties);
95
- connectionProperties.put("k8s.namespace", watchNamespace);
96
K8sContext context = new K8sContext(connectionProperties);
97
98
ApiClient apiClient = context.apiClient();
0 commit comments