mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 10:35:45 +00:00
[RFC-007] Flux cmd support for GitHub provider: This commit includes the following changes -
- Add flux create secret githubapp command that accepts and validates the inputs to create a github app secret with options to export the secret yaml or create the secret directly in the Kubernetes cluster - Add tests for flux create secret githubapp command - Add flux create source git command that accepts and validates the inputs to create a gitrepository source with for github provider with options to export the source yaml or create the github gitrepository source directly in the Kubernetes cluster. - Add tests for flux create source git command for github provider. Signed-off-by: Dipti Pai <diptipai89@outlook.com>
This commit is contained in:
parent
8bedcc46d4
commit
c15eb30b0d
12 changed files with 352 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ import (
|
|||
var supportedSourceGitProviders = []string{
|
||||
sourcev1.GitProviderGeneric,
|
||||
sourcev1.GitProviderAzure,
|
||||
sourcev1.GitProviderGitHub,
|
||||
}
|
||||
|
||||
type SourceGitProvider string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue