Skip to content

Commit c050e80

Browse files
authored
fix mkdocs rendering (#1605)
1 parent ed6b866 commit c050e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/controller/pod_readiness_gate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This prevents the rolling update of a deployment from terminating old pods until
2222
Pod readiness gate support is enabled by default on the AWS load balancer controller. You need to apply the readiness gate inject label to each of the namespace that you would
2323
like to use this feature. You can create and label a namespace as follows -
2424

25-
```shell script
25+
```
2626
$ kubectl create namespace readiness
2727
namespace/readiness created
2828

0 commit comments

Comments
 (0)