Skip to content

Commit f678667

Browse files
authored
(DOCSP-3080) Fix indentation for spec.statefulSet.spec.template (#1371)
1 parent 50105a5 commit f678667

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ content: |
9595
resources:
9696
requests:
9797
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
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)