Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/source-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1c2538935abaab723e8794ddfe89a55b0d931ba4
Choose a base ref
..
head repository: fluxcd/source-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58ebb1b51f4394f077c38bbd6ba6ad83f9695a2c
Choose a head ref
Showing with 10 additions and 0 deletions.
  1. +10 −0 docs/spec/v1/gitrepositories.md
10 changes: 10 additions & 0 deletions docs/spec/v1/gitrepositories.md
Original file line number Diff line number Diff line change
@@ -346,6 +346,16 @@ stringData:
githubAppBaseURL: "<github-enterprise-api-url>" #optional, required only for GitHub Enterprise Server users
```

Alternatively, the Flux CLI can be used to automatically create the secret with
the github app authentication information.

```sh
flux create secret githubapp ghapp-secret \
--app-id=1 \
--app-installation-id=3 \
--app-private-key=~/private-key.pem
```

### Interval

`.spec.interval` is a required field that specifies the interval at which the