mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
Fix SecretRef
Signed-off-by: Fynn Späker <spaeker@23technologies.cloud>
This commit is contained in:
parent
b427356eca
commit
18acae57bd
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ func createSourceBucketCmdRun(cmd *cobra.Command, args []string) error {
|
|||
},
|
||||
},
|
||||
}
|
||||
if sourceHelmArgs.secretRef != "" {
|
||||
if sourceBucketArgs.secretRef != "" {
|
||||
bucket.Spec.SecretRef = &meta.LocalObjectReference{
|
||||
Name: sourceBucketArgs.secretRef,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue