mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-14 07:46:51 +00:00
Upgrade fluxcd/pkg dependencies
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
45990633e6
commit
b3b404ed30
11 changed files with 118 additions and 86 deletions
|
|
@ -192,19 +192,19 @@ func buildSecret(keypair *ssh.KeyPair, hostKey, dockerCfg []byte, options Option
|
|||
}
|
||||
|
||||
if options.GitHubAppID != "" {
|
||||
secret.StringData[github.AppIDKey] = options.GitHubAppID
|
||||
secret.StringData[github.KeyAppID] = options.GitHubAppID
|
||||
}
|
||||
|
||||
if options.GitHubAppInstallationID != "" {
|
||||
secret.StringData[github.AppInstallationIDKey] = options.GitHubAppInstallationID
|
||||
secret.StringData[github.KeyAppInstallationID] = options.GitHubAppInstallationID
|
||||
}
|
||||
|
||||
if options.GitHubAppPrivateKey != "" {
|
||||
secret.StringData[github.AppPrivateKey] = options.GitHubAppPrivateKey
|
||||
secret.StringData[github.KeyAppPrivateKey] = options.GitHubAppPrivateKey
|
||||
}
|
||||
|
||||
if options.GitHubAppBaseURL != "" {
|
||||
secret.StringData[github.AppBaseUrlKey] = options.GitHubAppBaseURL
|
||||
secret.StringData[github.KeyAppBaseURL] = options.GitHubAppBaseURL
|
||||
}
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue