From 24585f27790961828969be0369f8f3cdd395e4bc Mon Sep 17 00:00:00 2001 From: Mithun Mallick Date: Thu, 25 Apr 2024 09:17:10 -0700 Subject: [PATCH] fixed typo --- website/docs/blueprints/streaming-platforms/emr-eks-flink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/blueprints/streaming-platforms/emr-eks-flink.md b/website/docs/blueprints/streaming-platforms/emr-eks-flink.md index 8754a1743..b417bf151 100644 --- a/website/docs/blueprints/streaming-platforms/emr-eks-flink.md +++ b/website/docs/blueprints/streaming-platforms/emr-eks-flink.md @@ -282,7 +282,7 @@ terraform output flink_operator_bucket Open the basic-example-app-cluster.yaml in any editor and replace the place holder for **JOB_EXECUTION_ROLE_ARN** with the flink_job_execution_role_arn terraform output command. Replace the **ENTER_S3_BUCKET** placeholder with the flink_operator_bucket output. -Deploy the job by running the kubectl deply command. +Deploy the job by running the kubectl deploy command. ```bash kubectl apply -f basic-example-app-cluster.yaml