Closed tbondarchuk closed 8 months ago
sample-network does not have fluentd configured in CRDs, so fluentd container is not present in pods but fluentd configmaps are still created and mounted as volumes:
volumes: - name: db-data persistentVolumeClaim: claimName: org2-peer1-statedb-pvc - name: fabric-peer-0 persistentVolumeClaim: claimName: org2-peer1-pvc - configMap: defaultMode: 420 name: org2-peer1-fluentd name: fluentd-config
This has been addressed
sample-network does not have fluentd configured in CRDs, so fluentd container is not present in pods but fluentd configmaps are still created and mounted as volumes: