Skip to content

Commit

Permalink
Merge pull request #1680 from alecmerdler/fix-subscription-ns
Browse files Browse the repository at this point in the history
Fix OLM Create Subscription Namespace
  • Loading branch information
openshift-merge-robot authored Jun 7, 2019
2 parents 0b42bdb + 65012db commit 564bb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const CreateSubscriptionYAML: React.SFC<CreateSubscriptionYAMLProps> = (p
namespace: default
spec:
source: ${new URLSearchParams(props.location.search).get('catalog')}
sourceNamespace: ${pkg.status.catalogSourceNamespace}
sourceNamespace: ${new URLSearchParams(props.location.search).get('catalogNamespace')}
name: ${pkg.metadata.name}
startingCSV: ${channel.currentCSV}
channel: ${channel.name}
Expand Down

0 comments on commit 564bb93

Please sign in to comment.