Skip to content

Commit

Permalink
[Bug][scaleph-engine-flink-kuberne] fix scaleph-sql-template compile …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
kalencaya committed Jul 10, 2023
1 parent bf59e1b commit 34851ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/mysql/init.d/scaleph-ws-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ INSERT INTO `ws_flink_kubernetes_template`(`id`, `project_id`, `name`, `template
`pod_template`, `flink_configuration`,
`log_configuration`, `ingress`, `remark`, `creator`, `editor`)
VALUES (3, 1, 'simple-sql-deployment', 'bceec5d5-6271-4079-b4d1-9936ab9fe9ca', 'FlinkDeployment', 'default',
'{"image":"scaleph-sql-template:dev","imagePullPolicy":"IfNotPresent","flinkVersion":"v1_17","serviceAccount":"flink"}',
'{"image":"ghcr.io/flowerfine/scaleph-sql-template:1.17","imagePullPolicy":"IfNotPresent","flinkVersion":"v1_17","serviceAccount":"flink"}',
'{"resource":{"cpu":1.0,"memory":"1G"},"replicas":1}',
'{"resource":{"cpu":1.0,"memory":"1G"},"replicas":1}',
NULL,
Expand Down Expand Up @@ -580,4 +580,4 @@ CREATE TABLE ws_flink_kubernetes_job_instance
update_time datetime not null default current_timestamp on update current_timestamp,
PRIMARY KEY (id),
UNIQUE KEY uniq_name (ws_flink_kubernetes_job_id, job_id)
) ENGINE = INNODB COMMENT = 'flink kubernetes job instance';
) ENGINE = INNODB COMMENT = 'flink kubernetes job instance';

0 comments on commit 34851ff

Please sign in to comment.