mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #5202 from NotAwar/patch-1
fix: correct name on github app secret
This commit is contained in:
commit
28570296a9
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