Skip to content

Commit

Permalink
fix: include bind as files flag into CR creation (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jul 21, 2022
1 parent 2bc18e7 commit fd382b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shared/cluster/bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func createBindingCR(options *v1alpha.BindOperationOptions, serviceMetadata sche
Namespace: namespace,
},
Spec: bindv1alpha1.ServiceBindingSpec{
BindAsFiles: true,
BindAsFiles: options.BindAsFiles,
Services: []bindv1alpha1.Service{serviceRef},
Application: appRef,
},
Expand Down

0 comments on commit fd382b6

Please sign in to comment.