Skip to content
Snippets Groups Projects
Unverified Commit ad73370c authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #1791 from 23technologies/feat/fix-secretRef-bucket-creation

Fix Bucket SecretRef mapping
parents b427356e 18acae57
Branches
Tags
No related merge requests found
......@@ -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,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment