Commit d0d04e24 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 8abb707f
Loading
Loading
Loading
Loading
+101 −106
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ data:
  TLS_CERT_PATH: "/etc/hyperledger/fabric-ca-crt/ca.crt"

---

apiVersion: apps/v1
kind: Deployment
metadata:
@@ -148,7 +147,6 @@ spec:
            secretName: dlt-ca-crt

---

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
@@ -161,7 +159,6 @@ spec:
      storage: 1Gi

---

apiVersion: v1
kind: PersistentVolume
metadata:
@@ -178,7 +175,6 @@ spec:
    name: dlt-pvc

---

apiVersion: v1
kind: Service
metadata:
@@ -194,7 +190,6 @@ spec:
  type: NodePort

---

apiVersion: v1
kind: Service
metadata: