Skip to content

docs: update overview.md #995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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