Skip to content

Commit 6d8beb7

Browse files
authored
Merge pull request #537 from rhuss/patch-1
Fix template values for 'olm' parameters
2 parents 691cdd5 + 8b21803 commit 6d8beb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ watchedNamespaces: local
5959
catalog_namespace: local
6060

6161
# OLM operator run configuration
62-
alm:
62+
olm:
6363
# OLM operator doesn't do any leader election (yet), set to 1
6464
replicaCount: 1
6565
# The image to run. If not building a local image, use sha256 image references

Documentation/install/local-values-shift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ watchedNamespaces: local
44
catalog_namespace: local
55
debug: true
66

7-
alm:
7+
olm:
88
replicaCount: 1
99
image:
1010
ref: quay.io/coreos/olm:local

0 commit comments

Comments
 (0)