diff --git a/docs/operator-manual/applicationset/Generators-Pull-Request.md b/docs/operator-manual/applicationset/Generators-Pull-Request.md index 97ba5a2a249a8..bd0739917aeb5 100644 --- a/docs/operator-manual/applicationset/Generators-Pull-Request.md +++ b/docs/operator-manual/applicationset/Generators-Pull-Request.md @@ -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) diff --git a/docs/operator-manual/applicationset/Generators-SCM-Provider.md b/docs/operator-manual/applicationset/Generators-SCM-Provider.md index 5d9ed6526cbfb..4abedb11b620a 100644 --- a/docs/operator-manual/applicationset/Generators-SCM-Provider.md +++ b/docs/operator-manual/applicationset/Generators-SCM-Provider.md @@ -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.