Skip to content

Commit

Permalink
Merge pull request #871 from alecmerdler/OLM-1080
Browse files Browse the repository at this point in the history
Change Global Catalog Namespace for OpenShift
  • Loading branch information
openshift-merge-robot authored Jun 5, 2019
2 parents ef2bc79 + 62e8c48 commit ae6faa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/ocp/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
installType: ocp
rbacApiVersion: rbac.authorization.k8s.io
namespace: openshift-operator-lifecycle-manager
catalog_namespace: openshift-operator-lifecycle-manager
catalog_namespace: openshift-marketplace
operator_namespace: openshift-operators
imagestream: true
writeStatusName: operator-lifecycle-manager
Expand Down
2 changes: 1 addition & 1 deletion manifests/0000_50_olm_08-catalog-operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- /bin/catalog
args:
- '-namespace'
- openshift-operator-lifecycle-manager
- openshift-marketplace
- -configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
- -writeStatusName
- operator-lifecycle-manager-catalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
- --secure-port
- "5443"
- --global-namespace
- openshift-operator-lifecycle-manager
- openshift-marketplace
image: quay.io/operator-framework/olm@sha256:93751ae9d398d571c2cb3d11b0ac4ae052117fd1726025364a6f2f3a5caef68e
imagePullPolicy: IfNotPresent
ports:
Expand Down

0 comments on commit ae6faa6

Please sign in to comment.