Skip to content

Commit

Permalink
Fix template values for 'olm' parameters
Browse files Browse the repository at this point in the history
as it was still referring to 'alm' instead of 'olm', which breaks `make run-local-shift`
  • Loading branch information
rhuss committed Oct 25, 2018
1 parent b8f267d commit 8b21803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ watchedNamespaces: local
catalog_namespace: local

# OLM operator run configuration
alm:
olm:
# OLM operator doesn't do any leader election (yet), set to 1
replicaCount: 1
# The image to run. If not building a local image, use sha256 image references
Expand Down
2 changes: 1 addition & 1 deletion Documentation/install/local-values-shift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ watchedNamespaces: local
catalog_namespace: local
debug: true

alm:
olm:
replicaCount: 1
image:
ref: quay.io/coreos/olm:local
Expand Down

0 comments on commit 8b21803

Please sign in to comment.