Fixes wrt. deployment YAML.
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / my-db-persistentvolumeclaim.yaml
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# pvc
----
+
+# yamllint disable
 apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
   creationTimestamp: null
   labels:
-    pvc.service: my-db
+    io.kompose.service: my-db
   name: my-db
 spec:
   accessModes:
-    - ReadWriteOnce
+  - ReadWriteOnce
   resources:
     requests:
       storage: 100Mi
+status: {}
+
+# yamllint enable