Skip to content

Commit b8f22bf

Browse files
authored
[hotfix] Improve FlinkDeployment spec overview doc (#788)
1 parent f4b04ec commit b8f22bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/docs/custom-resource/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The spec contains all the information the operator need to deploy and manage you
8585

8686
Most deployments will define at least the following fields:
8787
- `image` : Docker used to run Flink job and task manager processes
88-
- `flinkVersion` : Flink version used in the image (`v1_15`, `v1_16` ...)
88+
- `flinkVersion` : Flink version used in the image (`v1_15`, `v1_16`, `v1_17`, `v1_18`, ...)
8989
- `serviceAccount` : Kubernetes service account used by the Flink pods
9090
- `taskManager, jobManager` : Job and Task manager pod resource specs (cpu, memory, ephemeralStorage)
9191
- `flinkConfiguration` : Map of Flink configuration overrides such as HA and checkpointing configs

0 commit comments

Comments
 (0)