Skip to content

Commit 77725b9

Browse files
committed
(DOCSP-23382): Fixed local mode code block.
1 parent 4b90ade commit 77725b9

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,28 +82,28 @@ content: |
8282
version: "5.0.0"
8383
adminCredentials: ops-manager-admin-secret
8484
configuration:
85-
# this enables local mode in Ops Manager
86-
automation.versions.source: local
87-
statefulSet:
88-
spec:
89-
# the Persistent Volume Claim will be created for each Ops Manager Pod
90-
volumeClaimTemplates:
91-
- metadata:
92-
name: mongodb-versions
93-
spec:
94-
accessModes: [ "ReadWriteOnce" ]
95-
resources:
96-
requests:
97-
storage: "20Gi"
98-
template:
99-
spec:
100-
containers:
101-
- name: mongodb-ops-manager
102-
volumeMounts:
103-
- name: mongodb-versions
104-
# this is the directory in each Pod where all MongoDB
105-
# archives must be put
106-
mountPath: /mongodb-ops-manager/mongodb-releases
85+
# this enables local mode in Ops Manager
86+
automation.versions.source: local
87+
statefulSet:
88+
spec:
89+
# the Persistent Volume Claim will be created for each Ops Manager Pod
90+
volumeClaimTemplates:
91+
- metadata:
92+
name: mongodb-versions
93+
spec:
94+
accessModes: [ "ReadWriteOnce" ]
95+
resources:
96+
requests:
97+
storage: "20Gi"
98+
template:
99+
spec:
100+
containers:
101+
- name: mongodb-ops-manager
102+
volumeMounts:
103+
- name: mongodb-versions
104+
# this is the directory in each Pod where all MongoDB
105+
# archives must be put
106+
mountPath: /mongodb-ops-manager/mongodb-releases
107107
backup:
108108
enabled: false
109109
applicationDatabase:

0 commit comments

Comments
 (0)