Skip to content

Commit bf2d446

Browse files
authored
Remove incorrect operator namespace (#106)
1 parent 976178d commit bf2d446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hoptimator-operator/src/main/java/com/linkedin/hoptimator/operator/HoptimatorOperatorApp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void run() throws Exception {
9292

9393
Properties connectionProperties = new Properties();
9494
connectionProperties.putAll(properties);
95-
connectionProperties.put("k8s.namespace", watchNamespace);
9695
K8sContext context = new K8sContext(connectionProperties);
9796

9897
ApiClient apiClient = context.apiClient();

0 commit comments

Comments
 (0)