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/21 14:20:54 UTC

[flink-kubernetes-operator] branch main updated: Doc typo fix

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 e784824  Doc typo fix
e784824 is described below

commit e78482470efe7f04e0136c1e766c3c319008453c
Author: Hao Xin <ha...@gmail.com>
AuthorDate: Mon Mar 21 22:20:48 2022 +0800

    Doc typo fix
---
 docs/content/docs/try-flink-kubernetes-operator/quick-start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
index 14e1cbe..860816f 100644
--- a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
+++ b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
@@ -81,7 +81,7 @@ kubectl create -f https://github.com/jetstack/cert-manager/releases/download/v1.
 ```
 You can deploy the operator via the included helm chart:
 ```bash
-helm install flink-operator helm/flink
+helm install flink-operator helm/flink-operator
 ```
 You may verify your installation via `kubectl` and `helm`:
 ```bash