Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iceal lim committed Jan 6, 2021
1 parent 66bb640 commit e3016dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ terrascan:
## ArgoCD Application PreSync Hooks
Terrascan can be configured as a job during the application sync process using [resource hooks](https://argoproj.github.io/argo-cd/user-guide/resource_hooks). The PreSync resource hook is the best way to evaluate the kubernetes deployment configuration and report any violations through notification.
Terrascan can be configured as a job during the application sync process using [resource hooks](https://argoproj.github.io/argo-cd/user-guide/resource_hooks). The PreSync resource hook is the best way to evaluate the kubernetes deployment configuration and report any violations.
![picture](img/terrascan-argo-cd-pipeline.png)
Expand Down Expand Up @@ -107,11 +107,11 @@ For non-public repositories, the private key needs to be added as a kubernetes s
--from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub
```

Configuring the job to delete only after the specified time see `ttlSecondsAfterFinished` will allow users to check for violations in the UI w/o having to use the notification, see example below.
Configuring the job to delete only after the specified time see `ttlSecondsAfterFinished` will allow users to check for violations in the User Interface, the alternative is through **notifications**.

![picture](img/terrascan-argo-cd-resource-hook-logs.png)

Below if a full example on building the terrascan-argo-cd integration container.
Below is the full example of building the terrascan-argo-cd integration container.

`known_hosts`

Expand Down

0 comments on commit e3016dc

Please sign in to comment.