Skip to content

Commit

Permalink
docs: fix info callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca committed Aug 22, 2024
1 parent d970160 commit 564a1ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
```

!!! info
You can also connect to a public repository by omitting `spec.repository.secretName` in your `TerraformRepository` definition.
You can also connect to a public repository by omitting `spec.repository.secretName` in your `TerraformRepository` definition.

## 3. Synchronize a terraform layer

Expand Down
6 changes: 3 additions & 3 deletions docs/operator-manual/pr-mr-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<p align="center"><img src="../../assets/design/pr-mr-workflow.excalidraw.png" width="1000px" /></p>

!!! info
In this documentation all references to pull requests can be change to merge requests for GitLab. However, the resulting Kubernetes object will still be named `TerraformPullRequest`.
In this documentation all references to pull requests can be change to merge requests for GitLab. However, the resulting Kubernetes object will still be named `TerraformPullRequest`.

## Components

### The server

!!! info
For more information about the server, see the [architectural overview](./architecture.md) documentation.
For more information about the server, see the [architectural overview](./architecture.md) documentation.

Upon receiving a Pull Request creation event, the server creates a `TerraformPullRequest` resource.

Expand All @@ -35,7 +35,7 @@ The status of a `TerraformPulLRequest` is defined using the [conditions standard
- `IsCommentUpToDate`. This condition is used to check if the controller needs to send a comment to a pull request. This is checked by comparing the last discovered commit and the last commit for which a comment was already sent.

!!! info
We use annotations to store information.
We use annotations to store information.

With those 3 conditions, we defined 3 states:

Expand Down

0 comments on commit 564a1ae

Please sign in to comment.