This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch release-0.1 in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
commit 63d4407dc157d5ed9e8bb0b4e108b1b0c9440132 Author: Gyula Fora <[email protected]> AuthorDate: Wed Mar 30 12:48:24 2022 +0200 [hotfix] Add missing flinkVersion to doc examples --- docs/content/docs/custom-resource/job-management.md | 1 + docs/content/docs/custom-resource/overview.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content/docs/custom-resource/job-management.md b/docs/content/docs/custom-resource/job-management.md index a0120e0..94c9ccc 100644 --- a/docs/content/docs/custom-resource/job-management.md +++ b/docs/content/docs/custom-resource/job-management.md @@ -103,6 +103,7 @@ metadata: name: basic-checkpoint-ha-example spec: image: flink:1.14.3 + flinkVersion: v1_14 flinkConfiguration: taskmanager.numberOfTaskSlots: "2" state.savepoints.dir: file:///flink-data/savepoints diff --git a/docs/content/docs/custom-resource/overview.md b/docs/content/docs/custom-resource/overview.md index 6046a4c..edcf74c 100644 --- a/docs/content/docs/custom-resource/overview.md +++ b/docs/content/docs/custom-resource/overview.md @@ -112,6 +112,7 @@ metadata: name: basic-example spec: image: flink:1.14.3 + flinkVersion: v1_14 flinkConfiguration: taskmanager.numberOfTaskSlots: "2" serviceAccount: flink
