Skip to content

Commit

Permalink
docs(linkCheck): add link check disable around a code block (#82)
Browse files Browse the repository at this point in the history
... to stop the link check fail
  • Loading branch information
aimeeu authored Oct 16, 2023
1 parent 48d892c commit cf1a87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/deployment/kubernetes/argo-rollouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ See {{< linkWithTitle "reference/deployment/_index.md" >}} if you want to create

You can use webhooks in `afterDeployment` constraints to add specific logic for Argo Rollouts to finish deploying before starting integration tests. For example:

<!-- markdown-link-check-disable -->
{{< highlight yaml "linenos=table,hl_lines=9-12 15-28" >}}
# armoryDeployment.yaml
version: v1
Expand Down Expand Up @@ -140,6 +141,7 @@ webhooks:
"callbackURL": "{{armory.callbackUri}}/callback"
}
{{< /highlight >}}
<!-- markdown-link-check-enable-->

This example employs [cmd-hook](https://hub.docker.com/r/demoimages/cmd-hook), which is an open source service deployed in the cluster to execute `kubectl` commands. CD-as-a-Service employs RNA to execute `kubectl` commands for monitoring the state of rollout objects. You can view the source code for `cmd-hook` in the [public repository](https://github.com/stephenatwell/cmdHook).

Expand Down

0 comments on commit cf1a87d

Please sign in to comment.