Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 6825371

Browse files
authored
Merge pull request #422 from SueChaplain/fixformat
Fix formatting of adoc
2 parents 888f8fb + a67b33b commit 6825371

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ref/general/configuration/github-authorization.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Authorization setup (optional): If accessing repositories on GitHub Enterprise,
1414

1515

1616
Providing login authorization to the CLI service (required):
17+
1718
* The `Spec.Github.organization` attribute should be set to the organization hosting the stacks in the remote GitHub repository. In the previous example, the organization name is `my_org`.
1819
* The `Spec.Github.teams` attribute should be set to a yaml list of GitHub teams in the remote GitHub repository, whose members can administer the stack using the stack management CLI.
1920
* The `Spec.Github.apiUrl` attribute should be set to the API URL for the remote GitHub repository being used. For example, the API URL for `github.com` is `https://api.github.com`.
20-
+
21+
2122
A modified Kabanero CR instance for an application stack repository located in the `my_org` organization of the `github.example.com` GitHub repository using release `0.6.0` of stacks might look like this:
22-
+
23+
2324
```yaml
2425
apiVersion: kabanero.io/v1alpha2
2526
kind: Kabanero

0 commit comments

Comments
 (0)