mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +00:00
Use correct hostname argument for secret gen
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
7f0bc2ada2
commit
ef576128e3
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ func bootstrapGitLabCmdRun(cmd *cobra.Command, args []string) error {
|
||||||
secretOpts.PrivateKeyAlgorithm = sourcesecret.PrivateKeyAlgorithm(bootstrapArgs.keyAlgorithm)
|
secretOpts.PrivateKeyAlgorithm = sourcesecret.PrivateKeyAlgorithm(bootstrapArgs.keyAlgorithm)
|
||||||
secretOpts.RSAKeyBits = int(bootstrapArgs.keyRSABits)
|
secretOpts.RSAKeyBits = int(bootstrapArgs.keyRSABits)
|
||||||
secretOpts.ECDSACurve = bootstrapArgs.keyECDSACurve.Curve
|
secretOpts.ECDSACurve = bootstrapArgs.keyECDSACurve.Curve
|
||||||
secretOpts.SSHHostname = githubArgs.hostname
|
secretOpts.SSHHostname = gitlabArgs.hostname
|
||||||
|
|
||||||
if bootstrapArgs.privateKeyFile != "" {
|
if bootstrapArgs.privateKeyFile != "" {
|
||||||
secretOpts.PrivateKeyPath = bootstrapArgs.privateKeyFile
|
secretOpts.PrivateKeyPath = bootstrapArgs.privateKeyFile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue