Skip to content

Commit

Permalink
replace code tags with backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeeu committed Nov 17, 2023
1 parent 00e73dc commit 73185d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ You do not need any extra configuration to start with

When deploying manifests that do not contain and
Deployment object, the 'Strategy' will be ignored. You

Check warning on line 407 in content/en/release-notes/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/release-notes/index.md#L407

[Google.Will] Avoid using ' will '.
Raw output
{"message": "[Google.Will] Avoid using ' will '.", "location": {"path": "content/en/release-notes/index.md", "range": {"start": {"line": 407, "column": 58}}}, "severity": "WARNING"}
can still use <code>beforeDeployment</code> constraint
can still use `beforeDeployment` constraint
for manual approvals and other actions. When deploying
to an operator use web-hooks in an AfterDeployment
constraint to add operator-specific logic that waits for
Expand All @@ -423,8 +423,8 @@ Objects of Kind 'Custom Resource Definition' must be deployed before objects of
deployment. Until now, using webhooks required a
callback for the deployment to continue or rollback,
which was not ideal for use cases like event streaming.
<code>webhooks</code> now has an optional boolean field
<code>disableCallback</code>. When you set this field to
`webhooks` now has an optional boolean field
`disableCallback`. When you set this field to
true, CD-as-a-Service does not wait for the callback to
continue deployment.

Expand Down

0 comments on commit 73185d4

Please sign in to comment.