Skip to content

Commit

Permalink
Merge pull request #351 from philbrookes/retarget-operatorsource-name…
Browse files Browse the repository at this point in the history
…space

add target namespace
  • Loading branch information
openshift-merge-robot authored Feb 6, 2020
2 parents 72a342a + 900a8ea commit 1720eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/operator-subscription-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ objects:
metadata:
name: ${OPERATOR_GROUP_NAME}
namespace: ${NAMESPACE}
spec:
targetNamespaces:
- ${NAMESPACE}
- apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
Expand Down

0 comments on commit 1720eb3

Please sign in to comment.