Skip to content

Commit

Permalink
docs: add port and useSsl options and set default value for hostname …
Browse files Browse the repository at this point in the history
…and usePathStyle #461
  • Loading branch information
Anefu authored and christophenne committed Dec 16, 2023
1 parent 44ae312 commit eead370
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docs/03_crd-reference/gitlab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec:
| accessKeySecret | SecretKeySelector | (required) |
| secretKeySecret | SecretKeySelector | (required) |
| region | String | (required) |
| hostname | String | (required) |
| usePathStyle | Boolean | (required) |

| hostname | String | `null` |
| usePathStyle | Boolean | false |
| port | Integer | `null` |
| useSsl | Boolean | `null` |

0 comments on commit eead370

Please sign in to comment.