mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
fix: correct name on github app secret
Signed-off-by: Awar Abdulkarim <48431495+NotAwar@users.noreply.github.com>
This commit is contained in:
parent
af67405ee4
commit
39ec0cb594
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ spec:
|
|||
---
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: github-sa
|
||||
name: github-app
|
||||
stringData:
|
||||
githubAppID: <app-id>
|
||||
githubInstallationID: <installation-id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue