Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/custom-resource/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The spec contains all the information the operator need to deploy and manage you

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