You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/03/30 10:49:33 UTC

[flink-kubernetes-operator] branch main updated: [hotfix] Add missing flinkVersion to doc examples

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 906e5ef  [hotfix] Add missing flinkVersion to doc examples
906e5ef is described below

commit 906e5eff1a3f8cf6d956fc132a1fc4a61a878441
Author: Gyula Fora <g_...@apple.com>
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