Skip to content

Commit

Permalink
Merge pull request #76 from jewzaam/default-registry-route
Browse files Browse the repository at this point in the history
Enable default route for registry.
  • Loading branch information
openshift-merge-robot committed Aug 15, 2019
2 parents aede9c2 + 4b951a9 commit 03c7713
Show file tree
Hide file tree
Showing 2 changed files with 889 additions and 862 deletions.
7 changes: 7 additions & 0 deletions deploy/osd-registry/registry-defaultRoute.patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: imageregistry.operator.openshift.io/v1
applyMode: ApplyOnce
kind: Config
name: cluster
# patch registry to expose default route: https://docs.openshift.com/container-platform/4.1/registry/configuring-registry-operator.html#registry-operator-default-crd_configuring-registry-operator
patch: '{"spec":{"defaultRoute":true}}'
patchType: merge
1,744 changes: 882 additions & 862 deletions hack/00-osd-managed-cluster-config.selectorsyncset.yaml.tmpl

Large diffs are not rendered by default.

0 comments on commit 03c7713

Please sign in to comment.