Skip to content

Commit 17064da

Browse files
kbohinskisjwiesman
authored andcommitted
[hotfix][docs] Fix typo in k8s docs
This closes #15886
1 parent 0f15bb2 commit 17064da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ For example, use the following command to enable the S3 plugin for your Flink se
244244

245245
```bash
246246
$ ./bin/kubernetes-session.sh
247-
-Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar \
248-
-Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar
247+
-Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar \
248+
-Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar
249249
```
250250

251251
### Custom Docker Image

docs/content/docs/deployment/resource-providers/native_kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ For example, use the following command to enable the S3 plugin for your Flink se
244244

245245
```bash
246246
$ ./bin/kubernetes-session.sh
247-
-Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar \
248-
-Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar
247+
-Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar \
248+
-Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar
249249
```
250250

251251
### Custom Docker Image

0 commit comments

Comments
 (0)