Skip to content

Commit

Permalink
Fix a typo: upradeStrategy -> upgradeStrategy (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjunjerry authored Apr 22, 2021
1 parent 1824168 commit ce71855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_notebooks/Advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"my_deployment_parameters = {\n",
" \"metadata.name\": \"{}\".format(deployment_name),\n",
" \"spec.template.spec.parallelism\": parallelism,\n",
" \"spec.upradeStrategy.kind\": \"STATEFUL\",\n",
" \"spec.upgradeStrategy.kind\": \"STATEFUL\",\n",
" \"spec.restoreStrategy.kind\": \"LATEST_STATE\",\n",
" \"spec.template.spec.flinkConfiguration.state.backend\": \"filesystem\",\n",
" \"spec.template.spec.flinkConfiguration.taskmanager.memory.managed.fraction\": \"0.1\",\n",
Expand Down

0 comments on commit ce71855

Please sign in to comment.