Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Mallick committed Apr 25, 2024
1 parent dd43a6a commit 24585f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24585f2

Please sign in to comment.