We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14aae4 commit 7bfa8bcCopy full SHA for 7bfa8bc
source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml
@@ -95,15 +95,15 @@ content: |
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
+ template:
+ spec:
+ containers:
+ - name: mongodb-ops-manager
+ volumeMounts:
+ - name: mongodb-versions
+ # this is the directory in each Pod where all MongoDB
+ # archives must be put
+ mountPath: /mongodb-ops-manager/mongodb-releases
107
backup:
108
enabled: false
109
applicationDatabase:
0 commit comments