Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/DataLinkDC/dinky into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 1, 2024
2 parents ce51e1b + 295eb6c commit 7defb23
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ protected void initConfig() {
logger.warn("load locale config yaml failed:{},Skip config it", e.getMessage());
}

addConfigParas(flinkConfig.getConfiguration());
// -------------------Note: the sequence can not be changed, priority problem----------------
addConfigParas(k8sConfig.getConfiguration());
addConfigParas(flinkConfig.getConfiguration());
// -------------------------------------------
addConfigParas(DeploymentOptions.TARGET, getType().getLongValue());
addConfigParas(KubernetesConfigOptions.CLUSTER_ID, flinkConfig.getJobName());
addConfigParas(
Expand Down

0 comments on commit 7defb23

Please sign in to comment.