Skip to content

Commit

Permalink
Update cert-utils-operator target namespaces (#435)
Browse files Browse the repository at this point in the history
* Pin version by default

* Set targetNamespaces to watch all
  • Loading branch information
paulbarfuss authored Feb 5, 2021
1 parent 567053d commit 7da38e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cert-manager-configs/.openshift/cert-utils-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ objects:
metadata:
name: cert-utils
spec:
targetNamespaces:
- ${NAMESPACE}
targetNamespaces: []
- kind: Subscription
apiVersion: operators.coreos.com/v1alpha1
metadata:
Expand All @@ -25,6 +24,3 @@ objects:
name: cert-utils-operator
source: community-operators
sourceNamespace: openshift-marketplace
parameters:
- name: NAMESPACE
value: cert-mgmt

0 comments on commit 7da38e8

Please sign in to comment.