File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ content: |
15
15
16
16
.. code-block:: yaml
17
17
:linenos:
18
- :emphasize-lines: 11-13
18
+ :emphasize-lines: 11-14
19
19
20
20
apiVersion: mongodb.com/v1
21
21
kind: MongoDB
@@ -27,6 +27,7 @@ content: |
27
27
project: my-project
28
28
credentials: my-credentials
29
29
type: ReplicaSet
30
+ podSpec:
30
31
persistence:
31
32
single:
32
33
storage: "1Gi"
@@ -121,7 +122,7 @@ content: |
121
122
122
123
.. code-block:: yaml
123
124
:linenos:
124
- :emphasize-lines: 13
125
+ :emphasize-lines: 14
125
126
126
127
apiVersion: mongodb.com/v1
127
128
kind: MongoDB
@@ -133,6 +134,7 @@ content: |
133
134
project: my-project
134
135
credentials: my-credentials
135
136
type: ReplicaSet
137
+ podSpec:
136
138
persistence:
137
139
single:
138
140
storage: "2Gi"
You can’t perform that action at this time.
0 commit comments