Skip to content

Commit

Permalink
Remove java opts since flink is moved to jdk11 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Nov 4, 2024
1 parent 6fba885 commit a607e02
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ public static FlinkDeploymentBuilder defaultFlinkDeployment(String namespace, St
.withFlinkVersion(FlinkDeploymentSpec.FlinkVersion.valueOf(Environment.FLINK_VERSION))
.withFlinkConfiguration(
Map.of(
"taskmanager.numberOfTaskSlots", "1",
"env.java.opts.all", "--add-opens=java.base/java.util=ALL-UNNAMED"
"taskmanager.numberOfTaskSlots", "1"
)
)
.withServiceAccount("flink")
Expand Down

0 comments on commit a607e02

Please sign in to comment.