Skip to content

Commit

Permalink
change global catalog namespace to openshift-marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmerdler committed Jun 3, 2019
1 parent 259ae4c commit 62e8c48
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 62e8c48

Please sign in to comment.