Skip to content

Commit

Permalink
[Docs] Fix Dockerfile and seatunnel-flink.yaml in Set Up with Kuberne…
Browse files Browse the repository at this point in the history
…tes (#4793)

* [Docs] update seatunnel-flink.yaml and Dockerfile to help the demo work

* [Docs] update release-note #4788

---------

Co-authored-by: flynnxue <[email protected]>
Co-authored-by: ic4y <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2023
1 parent 9499801 commit 5513578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/start-v2/kubernetes/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
- key: seatunnel.streaming.conf
path: seatunnel.streaming.conf
job:
jarURI: local:///opt/seatunnel/starter/seatunnel-flink-starter.jar
jarURI: local:///opt/seatunnel/starter/seatunnel-flink-13-starter.jar
entryClass: org.apache.seatunnel.core.starter.flink.SeaTunnelFlink
args: ["--config", "/data/seatunnel.streaming.conf"]
parallelism: 2
Expand Down
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
- [Docs] Fix markdown syntax (#4426)
- [Docs] Fix Kafka Doc Error Config Key "kafka." (#4427)
- [Docs] Add Transform to Quick Start v2 (#4436)
- [Docs] Fix Dockerfile and seatunnel-flink.yaml in Set Up with Kubernetes (#4788)
- [Docs] Fix Mysql sink format doc (#4800)
- [Docs] Add the generate sink sql parameter for the jdbc sink document (#4797)
- [Docs] Add the generate sink sql parameter And example (#4769)
Expand Down

0 comments on commit 5513578

Please sign in to comment.