Skip to content

Commit e99fb4f

Browse files
docs: fix YAML structure for GitLab comment_strategy example
This patch moves 'gitlab.comment_strategy' under the correct 'settings' key to reflect the correct configuration structure Signed-off-by: PuneetPunamiya <[email protected]>
1 parent 0c647e1 commit e99fb4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/docs/guide/repositorycrd.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ access to the infrastructure.
127127

128128
```yaml
129129
spec:
130-
gitlab:
131-
comment_strategy: "disable_all"
130+
settings:
131+
gitlab:
132+
comment_strategy: "disable_all"
132133
```
133134

134135
When you set the value of `comment_strategy` to `disable_all` it will not add any comment on the merge request for the start and the end of pipelinerun

0 commit comments

Comments
 (0)