Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Heimbuch <[email protected]>
  • Loading branch information
Eduard Heimbuch authored and sdorra committed Aug 8, 2024
1 parent a0f170f commit ee9b6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ spec:
# Repository Namespace. Required.
namespace: myproject
# Repository Name. Required.
repo: myrepository
name: myrepository
# URL of the SCM-Manager server
api: https://scm-manager.org/scm
# Reference to a Secret containing an access token. (optional)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ spec:
* `tokenRef`: A `Secret` name and key containing the Gitea access token to use for requests. If not specified, will make anonymous requests which have a lower rate limit and can only see public repositories.
* `insecure`: Allow for self-signed TLS certificates.

This SCM provider does not yet support label filtering
SCM-Manager SCM provider does not yet support label filtering.

Available clone protocols are `ssh` and `https`. For SSH access the SSH plugin must be installed on your SCM-Manager server.

Expand Down

0 comments on commit ee9b6c6

Please sign in to comment.